diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-02 02:22:52 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-02 02:40:17 +0200 |
| commit | 043ccddb909327106264d10ed5d413760a51770d (patch) | |
| tree | 221ab651189aa7d54c5870f07cd065808d76cb04 /docs/tutorials/wiki/basiclayout.rst | |
| parent | 08c2217e7f831379016e1ddee0b5d51eeca53878 (diff) | |
| download | pyramid-043ccddb909327106264d10ed5d413760a51770d.tar.gz pyramid-043ccddb909327106264d10ed5d413760a51770d.tar.bz2 pyramid-043ccddb909327106264d10ed5d413760a51770d.zip | |
eliminate other repeated words
Diffstat (limited to 'docs/tutorials/wiki/basiclayout.rst')
| -rw-r--r-- | docs/tutorials/wiki/basiclayout.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/basiclayout.rst b/docs/tutorials/wiki/basiclayout.rst index a7d8f1439..da381ad7b 100644 --- a/docs/tutorials/wiki/basiclayout.rst +++ b/docs/tutorials/wiki/basiclayout.rst @@ -38,7 +38,7 @@ point happens to be the ``main`` function within the file named factory is named ``root_factory``. #. *Line 15*. Register a 'static view' which answers requests which start - with with URL path ``/static`` using the + with URL path ``/static`` using the :meth:`pyramid.config.Configurator.add_static_view method`. This statement registers a view that will serve up static assets, such as CSS and image files, for us, in this case, at |
