Simple tyop, view->test... I was writing too many tests at the time :)

This commit is contained in:
Christopher Allan Webber 2013-05-15 11:29:43 -05:00
parent 1c6d2e87f7
commit 38ebd05d1a

View File

@ -63,7 +63,7 @@ that has a key in the format of the tuple::
(view_symbolic_name, view_template_path)
Where the "view symbolic name" is the same parameter used in
``request.urlgen()`` to look up the test. So say we're wanting to add
``request.urlgen()`` to look up the view. So say we're wanting to add
something to the context of the user's homepage. We look in
mediagoblin/user_pages/routing.py and see::