diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2011-01-18 20:41:20 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2011-01-18 20:41:20 -0700 |
| commit | 278b302270823336d770761aaac22d854e348ea6 (patch) | |
| tree | 0b5227b0c4e1b42b755ebb1b942b696c60a43695 /docs | |
| parent | 2760afb353792d0cbfdcbb8cdeae918dbf85e6ea (diff) | |
| download | pyramid-278b302270823336d770761aaac22d854e348ea6.tar.gz pyramid-278b302270823336d770761aaac22d854e348ea6.tar.bz2 pyramid-278b302270823336d770761aaac22d854e348ea6.zip | |
add word that to clarify
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/zca.rst | 2 |
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. |
