summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2011-01-18 20:41:20 -0700
committerCasey Duncan <casey.duncan@gmail.com>2011-01-18 20:41:20 -0700
commit278b302270823336d770761aaac22d854e348ea6 (patch)
tree0b5227b0c4e1b42b755ebb1b942b696c60a43695
parent2760afb353792d0cbfdcbb8cdeae918dbf85e6ea (diff)
downloadpyramid-278b302270823336d770761aaac22d854e348ea6.tar.gz
pyramid-278b302270823336d770761aaac22d854e348ea6.tar.bz2
pyramid-278b302270823336d770761aaac22d854e348ea6.zip
add word that to clarify
-rw-r--r--docs/narr/zca.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/zca.rst b/docs/narr/zca.rst
index f330fd551..e9a63d87b 100644
--- a/docs/narr/zca.rst
+++ b/docs/narr/zca.rst
@@ -57,7 +57,7 @@ Using the ZCA Global API in a :app:`Pyramid` Application
-----------------------------------------------------------
:term:`Zope` uses a single ZCA registry -- the "global" ZCA registry
--- for all Zope applications run in the same Python process,
+-- for all Zope applications that run in the same Python process,
effectively making it impossible to run more than one Zope application
in a single process.