summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexandre Bourget <alexandre.bourget@savoirfairelinux.com>2011-03-24 12:04:58 -0400
committerAlexandre Bourget <alexandre.bourget@savoirfairelinux.com>2011-03-24 12:04:58 -0400
commit22d3253a26767501827d86b56db3a9b79bef6c4e (patch)
tree97c86ac65716ce252a05a0f3de087712c8b6c5ab /docs
parenta44b4f4d9728bf6fdd94fecf463e4c71815f47ff (diff)
downloadpyramid-22d3253a26767501827d86b56db3a9b79bef6c4e.tar.gz
pyramid-22d3253a26767501827d86b56db3a9b79bef6c4e.tar.bz2
pyramid-22d3253a26767501827d86b56db3a9b79bef6c4e.zip
Fix some typos.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/hooks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index 006f5d5cb..aaf809f2e 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -414,7 +414,7 @@ name` representing such a callable.
Such a callback must accept a single positional argument (notionally
named ``system``) which will contain the original system values. It
must return a dictionary of values that will be merged into the system
-dictionary. See :ref:`renderer_system_values` for discription of the
+dictionary. See :ref:`renderer_system_values` for description of the
values present in the system dictionary.
A renderer globals factory can alternately be registered via ZCML as a