summaryrefslogtreecommitdiff
path: root/docs/narr/advconfig.rst
diff options
context:
space:
mode:
authorPatricio Paez <nospam@pp.com.mx>2012-05-07 19:48:39 -0700
committerPatricio Paez <nospam@pp.com.mx>2012-05-07 19:48:39 -0700
commitf36a9018a4b20917c8cc748b93da279bfeed39d1 (patch)
tree56d2952b8d064e53ef57aafbec363ad532e14716 /docs/narr/advconfig.rst
parenteba3b0763cf4fa3aa4b099adb2e10c53c6d99e74 (diff)
parent1d03bbca7fe9f005d4a08c7dfe7eb139ab4b0df1 (diff)
downloadpyramid-f36a9018a4b20917c8cc748b93da279bfeed39d1.tar.gz
pyramid-f36a9018a4b20917c8cc748b93da279bfeed39d1.tar.bz2
pyramid-f36a9018a4b20917c8cc748b93da279bfeed39d1.zip
Merge pull request #598 from ppaez/paulo-grammatical-fix
Two grammatical fixes
Diffstat (limited to 'docs/narr/advconfig.rst')
-rw-r--r--docs/narr/advconfig.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst
index 9cb4db325..2949dc808 100644
--- a/docs/narr/advconfig.rst
+++ b/docs/narr/advconfig.rst
@@ -282,7 +282,7 @@ Pyramid application, and they want to customize the configuration of this
application without hacking its code "from outside", they can "include" a
configuration function from the package and override only some of its
configuration statements within the code that does the include. No conflicts
-will be generated by configuration statements within the code which does the
+will be generated by configuration statements within the code that does the
including, even if configuration statements in the included code would
conflict if it was moved "up" to the calling code.