diff options
| author | Calvin Hendryx-Parker <calvin@sixfeetup.com> | 2013-01-28 17:08:21 -0500 |
|---|---|---|
| committer | Calvin Hendryx-Parker <calvin@sixfeetup.com> | 2013-01-28 17:08:21 -0500 |
| commit | 1c0e0e94b6665ba715236be82cbd2b12b6a0a79f (patch) | |
| tree | 76737df28a608374914b5d1cdcdd6c159be16048 /docs | |
| parent | f9bb5acdef3322e549512ad721b2c351c0064e71 (diff) | |
| download | pyramid-1c0e0e94b6665ba715236be82cbd2b12b6a0a79f.tar.gz pyramid-1c0e0e94b6665ba715236be82cbd2b12b6a0a79f.tar.bz2 pyramid-1c0e0e94b6665ba715236be82cbd2b12b6a0a79f.zip | |
Update docs/narr/extending.rst
Fixed grammatical typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/extending.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/extending.rst b/docs/narr/extending.rst index c464203f0..dd9281c73 100644 --- a/docs/narr/extending.rst +++ b/docs/narr/extending.rst @@ -84,7 +84,7 @@ function in your application's ``__init__.py``. For example, rather than: config.add_view('myapp.views.view1', name='view1') config.add_view('myapp.views.view2', name='view2') -You should do move the calls to ``add_view`` outside of the (non-reusable) +You should move the calls to ``add_view`` outside of the (non-reusable) ``if __name__ == '__main__'`` block, and into a reusable function: .. code-block:: python |
