Fixed small typos in docs. Added a cross-ref.

This commit is contained in:
Ron DuPlain 2010-10-06 02:05:35 -04:00
parent 27a4e2a2cc
commit 51fbe9fe6d
19 changed files with 27 additions and 27 deletions

View file

@ -89,7 +89,7 @@ Here the code::
return decorated_function
return decorator
Notice that this assumes an instanciated `cache` object is available, see
Notice that this assumes an instantiated `cache` object is available, see
:ref:`caching-pattern` for more information.