summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/static.rst4
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