From 801619a3e922f2d106e4c2411879912602e9eb72 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 29 Jan 2011 00:20:25 -0500 Subject: too-long lines --- docs/tutorials/catalog/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tutorials') 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') -- cgit v1.2.3