Simple tyop, view->test... I was writing too many tests at the time :)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 15 May 2013 16:29:43 +0000 (11:29 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 15 May 2013 16:29:43 +0000 (11:29 -0500)
docs/source/pluginwriter/api.rst

index 56aaac7782325796ce9f15ecf109b4cb77d56172..5e0568fd580d434fd16ac844ff9fd0230523f4e4 100644 (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::