diff options
| author | Catalin Iacob <iacobcatalin@gmail.com> | 2013-02-24 18:21:05 +0100 |
|---|---|---|
| committer | Catalin Iacob <iacobcatalin@gmail.com> | 2013-04-01 18:13:42 +0200 |
| commit | 8aa8a8514d53f68e2eb1d8cfa541373968ba4304 (patch) | |
| tree | 2a2f6d1e1f0892586b0d11b27bbbc11d705c5f78 /docs | |
| parent | e2b67957fddb01f8f17ee55ba726122977cdef1b (diff) | |
| download | pyramid-8aa8a8514d53f68e2eb1d8cfa541373968ba4304.tar.gz pyramid-8aa8a8514d53f68e2eb1d8cfa541373968ba4304.tar.bz2 pyramid-8aa8a8514d53f68e2eb1d8cfa541373968ba4304.zip | |
Fix reST markup
Diffstat (limited to 'docs')
| -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 f9d4775ad..25ac9aabd 100644 --- a/docs/tutorials/wiki/basiclayout.rst +++ b/docs/tutorials/wiki/basiclayout.rst @@ -36,7 +36,7 @@ point happens to be the ``main`` function within the file named #. *Line 15*. Register a "static view" which answers requests whose URL path start with ``/static`` using the - :meth:`pyramid.config.Configurator.add_static_view method`. This + :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 ``http://localhost:6543/static/`` and below. The first argument is the |
