diff options
| author | Michael Merickel <michael@merickel.org> | 2011-12-09 12:04:18 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2011-12-09 12:04:18 -0600 |
| commit | c54498c078d538b996bb38e9ebf3ac683559aa13 (patch) | |
| tree | b0c7c196ef1f084cb6c1b5b539e06b653d1ac562 /docs | |
| parent | b39beb8e943f5be7bdf9c0e2d9fa82ceac59cfda (diff) | |
| download | pyramid-c54498c078d538b996bb38e9ebf3ac683559aa13.tar.gz pyramid-c54498c078d538b996bb38e9ebf3ac683559aa13.tar.bz2 pyramid-c54498c078d538b996bb38e9ebf3ac683559aa13.zip | |
typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whatsnew-1.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index 1d7ea1362..678f08e2d 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -133,7 +133,7 @@ Minor Feature Additions - ``bpython`` interpreter compatibility in ``pshell``. See :ref:`ipython_or_bpython` for more information. -- Added :func:`pyramid.paster.get_appsettings`` API function. This function +- Added :func:`pyramid.paster.get_appsettings` API function. This function returns the settings defined within an ``[app:...]`` section in a PasteDeploy ``ini`` file. |
