summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/tutorials/zeo/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/zeo/index.rst b/docs/tutorials/zeo/index.rst
index b47c6c477..ccdeb876e 100644
--- a/docs/tutorials/zeo/index.rst
+++ b/docs/tutorials/zeo/index.rst
@@ -224,11 +224,11 @@ Running
.. code-block:: text
:linenos:
- [chrism@snowpro sess]$ ../bin/paster --plugin=pyramid pshell \
+ [chrism@snowpro sess]$ ../bin/paster pshell \
myapp.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.
>>> root
<sess.models.MyModel object None at 0x16438f0>
>>> root.foo = 'bar'