aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/pluginwriter
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-05-15 11:29:43 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-05-15 11:29:43 -0500
commit38ebd05d1a759c3a057ab041124c313cf5724dc4 (patch)
treeec0422fc9c99064d2e863e64d27e34a5c65212a1 /docs/source/pluginwriter
parent1c6d2e87f7e0051f33b043e6e0de41ee66ae304b (diff)
downloadmediagoblin-38ebd05d1a759c3a057ab041124c313cf5724dc4.tar.lz
mediagoblin-38ebd05d1a759c3a057ab041124c313cf5724dc4.tar.xz
mediagoblin-38ebd05d1a759c3a057ab041124c313cf5724dc4.zip
Simple tyop, view->test... I was writing too many tests at the time :)
Diffstat (limited to 'docs/source/pluginwriter')
-rw-r--r--docs/source/pluginwriter/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/pluginwriter/api.rst b/docs/source/pluginwriter/api.rst
index 56aaac77..5e0568fd 100644
--- a/docs/source/pluginwriter/api.rst
+++ b/docs/source/pluginwriter/api.rst
@@ -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::