diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/urldispatch.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 5cc366a4e..5823abb04 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -108,7 +108,6 @@ rather than an actual callable: # "config" below is presumed to be an instance of the # pyramid.config.Configurator class; "myview" is assumed # to be a "view callable" function - from myproject.views import myview config.add_route('myroute', '/prefix/{one}/{two}', view='myproject.views.myview') |
