summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/whatsnew-1.1.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst
index 655e73882..6b2264791 100644
--- a/docs/whatsnew-1.1.rst
+++ b/docs/whatsnew-1.1.rst
@@ -73,7 +73,7 @@ name` could be spelled via a ``@bfg_view`` decorator with a different
In the above configuration, the ``document_view`` :term:`view
callable` will be chosen when the :term:`context` is of the class
-``myapp.models.Document``, while the ``folder_view`` view callbale
+``myapp.models.Document``, while the ``folder_view`` view callable
will be chosen when the context is of class ``myapp.models.Folder``.
There were a number of other attributes that could influence the
@@ -505,7 +505,7 @@ IPython Support
~~~~~~~~~~~~~~~
If it is installed in the environment used to run :mod:`repoze.bfg`,
-aqn `IPython <http://ipython.scipy.org/moin/>` shell will be opened
+an `IPython <http://ipython.scipy.org/moin/>`_ shell will be opened
when the ``paster bfgshell`` command is invoked.
Common Codepaths Have Been Accelerated