diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-12-08 20:46:25 -0800 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-12-08 20:46:25 -0800 |
| commit | eef0162d32432cd1b84e35b5393b84a21291df4b (patch) | |
| tree | 896daca8c056e23430e9781c2c8931db0cc09cbd /docs | |
| parent | b3f7e38cbb2f562d7bfb66d2e211f376d03d53cd (diff) | |
| download | pyramid-eef0162d32432cd1b84e35b5393b84a21291df4b.tar.gz pyramid-eef0162d32432cd1b84e35b5393b84a21291df4b.tar.bz2 pyramid-eef0162d32432cd1b84e35b5393b84a21291df4b.zip | |
add comma
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/static.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/static.rst b/docs/narr/static.rst index 3f684063f..cd036c385 100644 --- a/docs/narr/static.rst +++ b/docs/narr/static.rst @@ -20,7 +20,7 @@ application root URL, e.g. ``/static``. Note that the ``path`` provided to :meth:`pyramid.configuration.Configurator.add_static_view` may be a fully -qualified :term:`resource specification` or an *absolute path*. +qualified :term:`resource specification`, or an *absolute path*. Here's an example of a use of :meth:`pyramid.configuration.Configurator.add_static_view` that will serve |
