diff options
| author | Chris McDonough <chrism@plope.com> | 2012-11-20 22:50:05 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-11-20 22:50:05 -0500 |
| commit | 1dc4a9066be9d90a317127781b0ac0046df85cd9 (patch) | |
| tree | 71da0a57bfdb591d2acad62b108b8d3ba902ab0a /docs/api/paster.rst | |
| parent | b5e4443dd28f3d4ed6e767e06d658838575d159e (diff) | |
| parent | 6ba0fc746b15262a018cd271efc14089a71d8297 (diff) | |
| download | pyramid-1dc4a9066be9d90a317127781b0ac0046df85cd9.tar.gz pyramid-1dc4a9066be9d90a317127781b0ac0046df85cd9.tar.bz2 pyramid-1dc4a9066be9d90a317127781b0ac0046df85cd9.zip | |
Merge branch 'sontek-fix_commands'
Diffstat (limited to 'docs/api/paster.rst')
| -rw-r--r-- | docs/api/paster.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/paster.rst b/docs/api/paster.rst index 3f7a1c364..bde128e05 100644 --- a/docs/api/paster.rst +++ b/docs/api/paster.rst @@ -7,7 +7,7 @@ .. autofunction:: bootstrap - .. autofunction:: get_app(config_uri, name=None) + .. autofunction:: get_app(config_uri, name=None, options=None) .. autofunction:: get_appsettings(config_uri, name=None) |
