summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-29 00:20:25 -0500
committerChris McDonough <chrism@plope.com>2011-01-29 00:20:25 -0500
commit801619a3e922f2d106e4c2411879912602e9eb72 (patch)
tree9567580bf0bb76c4e03d5217625b4a32af6decf0 /docs/tutorials
parente0d355e5a028dd674232bdf9120da7ca2b2d004c (diff)
downloadpyramid-801619a3e922f2d106e4c2411879912602e9eb72.tar.gz
pyramid-801619a3e922f2d106e4c2411879912602e9eb72.tar.bz2
pyramid-801619a3e922f2d106e4c2411879912602e9eb72.zip
too-long lines
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/catalog/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/catalog/index.rst b/docs/tutorials/catalog/index.rst
index e4e5bd720..bef4b71c5 100644
--- a/docs/tutorials/catalog/index.rst
+++ b/docs/tutorials/catalog/index.rst
@@ -83,11 +83,11 @@ want the application to be based on :term:`traversal`.
.. code-block:: text
- [chrism@snowpro sess]$ ../bin/paster --plugin=pyramid pshell \
+ [chrism@snowpro sess]$ ../bin/paster pshell \
development.ini myapp
Python 2.5.4 (r254:67916, Sep 4 2009, 02:12:16)
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
- Type "help" for more information. "root" is the Pyramid app root object.
+ Type "help" for more information. "root" is the Pyramid app root.
>>> from pyramid.traversal import resource_path
>>> from myapp.models import Document
>>> root['name'] = Document('title')