diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-15 11:29:43 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-15 11:29:43 -0500 |
commit | 38ebd05d1a759c3a057ab041124c313cf5724dc4 (patch) | |
tree | ec0422fc9c99064d2e863e64d27e34a5c65212a1 /docs/source/pluginwriter/api.rst | |
parent | 1c6d2e87f7e0051f33b043e6e0de41ee66ae304b (diff) | |
download | mediagoblin-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/api.rst')
-rw-r--r-- | docs/source/pluginwriter/api.rst | 2 |
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:: |