summaryrefslogtreecommitdiff
path: root/docs/narr/extending.rst
diff options
context:
space:
mode:
authorCatalin Iacob <iacobcatalin@gmail.com>2013-03-31 14:09:26 +0200
committerCatalin Iacob <iacobcatalin@gmail.com>2013-04-01 18:13:43 +0200
commitaf81e71c3417a5ee62fc06feb07a894a0691d11a (patch)
tree019a820d2358bd4878f6701a485817bb2ab9516d /docs/narr/extending.rst
parentfe30a28c0ab6e6b3ad50893baf06316aa68bd48f (diff)
downloadpyramid-af81e71c3417a5ee62fc06feb07a894a0691d11a.tar.gz
pyramid-af81e71c3417a5ee62fc06feb07a894a0691d11a.tar.bz2
pyramid-af81e71c3417a5ee62fc06feb07a894a0691d11a.zip
Use into instead of in to
Seems more correct and is consistent with the usage a few words further.
Diffstat (limited to 'docs/narr/extending.rst')
-rw-r--r--docs/narr/extending.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/extending.rst b/docs/narr/extending.rst
index beece7640..7e83885fa 100644
--- a/docs/narr/extending.rst
+++ b/docs/narr/extending.rst
@@ -50,7 +50,7 @@ layers are apt to provide the necessary "opinions" (such as mandating a
storage layer, a templating system, and a structured, well-documented pattern
of registering that certain URLs map to certain bits of code) which makes the
concept of a "pluggable application" possible. "Pluggable applications",
-thus, should not plug in to Pyramid itself but should instead plug into a
+thus, should not plug into Pyramid itself but should instead plug into a
system written atop Pyramid.
Although it does not provide for "pluggable applications", Pyramid *does*