diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-28 22:41:03 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-28 22:41:03 +0000 |
| commit | 44f1df7b7cec671fec92ead513804e52e63eb76d (patch) | |
| tree | 98d95fc68b2c826034178d8c19c119bf0070e110 /docs/tutorials/bfgwiki/basiclayout.rst | |
| parent | f2086c23b03717ead05ca3a512091e302534c002 (diff) | |
| download | pyramid-44f1df7b7cec671fec92ead513804e52e63eb76d.tar.gz pyramid-44f1df7b7cec671fec92ead513804e52e63eb76d.tar.bz2 pyramid-44f1df7b7cec671fec92ead513804e52e63eb76d.zip | |
Fix overlong lines.
Diffstat (limited to 'docs/tutorials/bfgwiki/basiclayout.rst')
| -rw-r--r-- | docs/tutorials/bfgwiki/basiclayout.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/tutorials/bfgwiki/basiclayout.rst b/docs/tutorials/bfgwiki/basiclayout.rst index f0b7d963c..5934799b9 100644 --- a/docs/tutorials/bfgwiki/basiclayout.rst +++ b/docs/tutorials/bfgwiki/basiclayout.rst @@ -110,9 +110,8 @@ function within the file named ``run.py``: (something like ``file:///path/to/Data.fs``). #. *Line 14*. We create a "finder" object using the - ``repoze.zodbconn.finder.PersistentApplicationFinder`` helper - class, passing it the ZODB URI and the "appmaker" we've imported - from ``models.py``. + ``PersistentApplicationFinder`` helper class, passing it the ZODB + URI and the "appmaker" we've imported from ``models.py``. #. *Lines 15 - 16*. We create a :term:`root factory` which uses the finder to return a ZODB root object. |
