summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2011-12-09 12:02:19 -0600
committerMichael Merickel <michael@merickel.org>2011-12-09 12:02:19 -0600
commited3fd01131ffa1a19b462d4eed119297cea3c4db (patch)
treed7d39972006c7166efc4030674d98eee35bfeb91 /docs
parent4fd5ec74ce73cee2abd3b366252036214fe65645 (diff)
downloadpyramid-ed3fd01131ffa1a19b462d4eed119297cea3c4db.tar.gz
pyramid-ed3fd01131ffa1a19b462d4eed119297cea3c4db.tar.bz2
pyramid-ed3fd01131ffa1a19b462d4eed119297cea3c4db.zip
garden
Diffstat (limited to 'docs')
-rw-r--r--docs/whatsnew-1.3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst
index 7b485a725..160021709 100644
--- a/docs/whatsnew-1.3.rst
+++ b/docs/whatsnew-1.3.rst
@@ -24,7 +24,7 @@ of Jython and the Python 2.5 version of Google App Engine. We could not
easily "straddle" Python 2 and 3 versions and support Python 2 versions older
than Python 2.6. You will need Python 2.6 or better to run this version of
Pyramid. If you need to use Pyramid on Python 2.5, you should use the most
-recent 1.2.X release fo Pyramid there.
+recent 1.2.X release of Pyramid there.
Though many Pyramid add-ons have releases which are already Python 3
compatible (in particular ``pyramid_debugtoolbar``, ``pyramid_jinja2``,
@@ -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.