diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-27 23:47:16 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-27 23:47:16 -0500 |
| commit | b5f8a5ee066c39fb6be2f677551fd4211670b2de (patch) | |
| tree | d4c1c7845fd26b2c4f60dde80a82b9e8a80d7a23 /docs | |
| parent | 77d15aef3237b05b18af5630a31bfe50a8c443af (diff) | |
| parent | 42e220dfa80e3d1a065e7d3e8ccf4b8fd3039e63 (diff) | |
| download | pyramid-b5f8a5ee066c39fb6be2f677551fd4211670b2de.tar.gz pyramid-b5f8a5ee066c39fb6be2f677551fd4211670b2de.tar.bz2 pyramid-b5f8a5ee066c39fb6be2f677551fd4211670b2de.zip | |
Merge branch 'blaflamme-master'
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/project.rst | 5 |
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 |
