diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-02 16:53:32 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-02 16:53:32 +0000 |
| commit | c9b04a01e0b8f23b86d30e9ae1403a2964c34faa (patch) | |
| tree | 62305490ce210040a428da394caed81f4e2698c1 /docs/whatsnew-1.1.rst | |
| parent | c793f910ba4055d84cd4cff536a8b58c2f07d87f (diff) | |
| download | pyramid-c9b04a01e0b8f23b86d30e9ae1403a2964c34faa.tar.gz pyramid-c9b04a01e0b8f23b86d30e9ae1403a2964c34faa.tar.bz2 pyramid-c9b04a01e0b8f23b86d30e9ae1403a2964c34faa.zip | |
Typos.
Diffstat (limited to 'docs/whatsnew-1.1.rst')
| -rw-r--r-- | docs/whatsnew-1.1.rst | 4 |
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 |
