Chris McDonough
2011-09-09 070b0b614c474706975edeaebf0b278c4ae2c79b
Merge pull request #273 from stevepiercy/patch-6

Insert missing "to".
1 files modified
2 ■■■ changed files
docs/narr/introduction.rst 2 ●●● patch | view | raw | blame | history
docs/narr/introduction.rst
@@ -534,7 +534,7 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Unlike other systems, Pyramid provides a structured "include" mechanism (see
:meth:`~pyramid.config.Configurator.include`) that allows you compose
:meth:`~pyramid.config.Configurator.include`) that allows you to compose
applications from multiple Python packages.  All the configuration statements
that can be performed in your "main" Pyramid application can also be
performed by included packages including the addition of views, routes,