diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-12-08 21:10:57 -0800 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-12-08 21:10:57 -0800 |
| commit | 10e5446597bcec4fc773f9216f1ade352b3767b6 (patch) | |
| tree | 635aa9a69590a7c6ee57c772f79f48afc4691d24 | |
| parent | 95c21f994986680944435cefee79a13bf7e67bcb (diff) | |
| download | pyramid-10e5446597bcec4fc773f9216f1ade352b3767b6.tar.gz pyramid-10e5446597bcec4fc773f9216f1ade352b3767b6.tar.bz2 pyramid-10e5446597bcec4fc773f9216f1ade352b3767b6.zip | |
reword slightly
| -rw-r--r-- | docs/narr/static.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/static.rst b/docs/narr/static.rst index 7ff979b28..9f5502f82 100644 --- a/docs/narr/static.rst +++ b/docs/narr/static.rst @@ -132,8 +132,8 @@ For example, let's assume you create a set of static declarations like so: config.add_static_view(name='static1', path='mypackage:resources/1') config.add_static_view(name='static2', path='mypackage:resources/2') -These declarations create URL-accessible directories which have URLs which -begin, respectively, with ``/static1`` and ``/static2``. The resources in +These declarations create URL-accessible directories which have URLs that +begin with ``/static1`` and ``/static2``, respectively. The resources in the ``resources/1`` directory of the ``mypackage`` package are consulted when a user visits a URL which begins with ``/static1``, and the resources in the ``resources/2`` directory of the ``mypackage`` package are consulted when a |
