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

@ -100,5 +100,5 @@ name and a dot, and by wrapping `view_func` in a `LazyView` as needed::
url('/user/<username>', 'views.user')
One thing to keep in mind is that before and after request handlers have
to be in a file that is imported upfront to work propery on the first
to be in a file that is imported upfront to work properly on the first
request. The same goes for any kind of remaining decorator.