summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
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')