summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2010-11-27 23:44:59 -0500
committerBlaise Laflamme <blaise@laflamme.org>2010-11-27 23:44:59 -0500
commit42e220dfa80e3d1a065e7d3e8ccf4b8fd3039e63 (patch)
tree8d879d74c0e3b2b49b65076d694cec3946736df6 /docs
parent8069e93ea3d1d8a837ad427023f9f245fa3204e3 (diff)
downloadpyramid-42e220dfa80e3d1a065e7d3e8ccf4b8fd3039e63.tar.gz
pyramid-42e220dfa80e3d1a065e7d3e8ccf4b8fd3039e63.tar.bz2
pyramid-42e220dfa80e3d1a065e7d3e8ccf4b8fd3039e63.zip
Reformatted ini file like the
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 97db534cb..1758e9d00 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -315,8 +315,9 @@ Python interpreter shell unconditionally.
default_locale_name = en
[pipeline:main]
- pipeline = egg:WebError#evalerror
- MyProject
+ pipeline =
+ egg:WebError#evalerror
+ MyProject
Use ``MyProject`` instead of ``main`` as the section name argument to
``pshell`` against the above ``.ini`` file (e.g. ``paster pshell