From c9b04a01e0b8f23b86d30e9ae1403a2964c34faa Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 2 Nov 2009 16:53:32 +0000 Subject: Typos. --- docs/whatsnew-1.1.rst | 4 ++-- 1 file 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 ` shell will be opened +an `IPython `_ shell will be opened when the ``paster bfgshell`` command is invoked. Common Codepaths Have Been Accelerated -- cgit v1.2.3