summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos de la Guardia <cguardia@yahoo.com>2011-07-23 01:01:34 -0700
committerCarlos de la Guardia <cguardia@yahoo.com>2011-07-23 01:01:34 -0700
commita37a8e4ec1c5b78387b8e93683792c74e8aedcca (patch)
treeb36dc842cdde4b1bd28105ffdb634e9f7cf4ed73
parent9f164eeb0ccd77d47e22de5d57739452dfad3cbe (diff)
downloadpyramid-a37a8e4ec1c5b78387b8e93683792c74e8aedcca.tar.gz
pyramid-a37a8e4ec1c5b78387b8e93683792c74e8aedcca.tar.bz2
pyramid-a37a8e4ec1c5b78387b8e93683792c74e8aedcca.zip
Removed extra word, corrected unfinished sentence
-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 2a637136f..300b58dbf 100644
--- a/docs/whatsnew-1.1.rst
+++ b/docs/whatsnew-1.1.rst
@@ -542,8 +542,8 @@ Deprecations and Behavior Differences
- Deprecated the
:meth:`pyramid.config.Configurator.set_renderer_globals_factory` method and
the ``renderer_globals`` Configurator constructor parameter. Users should
- use convert code using this feature to use a BeforeRender event als
- :ref:`beforerender_event`.
+ convert code using this feature to use a BeforeRender event. See the section
+ :ref:`beforerender_event` in the Hooks chapter.
- In Pyramid 1.0, the :class:`pyramid.events.subscriber` directive behaved
contrary to the documentation when passed more than one interface object to