summaryrefslogtreecommitdiff
path: root/docs/narr/assets.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-10-07 04:41:28 -0700
committerGitHub <noreply@github.com>2018-10-07 04:41:28 -0700
commit410a11a1d448c772ca1a5a4ec4a3946e0f88d20a (patch)
tree41a92ddaa647d13d61da2ecff900789f3667f636 /docs/narr/assets.rst
parentd4c95cb20f6332b05513910bdd661b4032c38b7c (diff)
parentce0bfcd21b0c0bd9a082f8f98c6db7cfa24b8bfe (diff)
downloadpyramid-410a11a1d448c772ca1a5a4ec4a3946e0f88d20a.tar.gz
pyramid-410a11a1d448c772ca1a5a4ec4a3946e0f88d20a.tar.bz2
pyramid-410a11a1d448c772ca1a5a4ec4a3946e0f88d20a.zip
Merge pull request #3379 from stevepiercy/docs-quick-tutorial-update
Docs quick tutorial update
Diffstat (limited to 'docs/narr/assets.rst')
-rw-r--r--docs/narr/assets.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/assets.rst b/docs/narr/assets.rst
index 06594dbb7..d1d64f0c3 100644
--- a/docs/narr/assets.rst
+++ b/docs/narr/assets.rst
@@ -735,7 +735,7 @@ feature, a :term:`Configurator` API exists named
- A directory of static files served up by an instance of the
``pyramid.static.static_view`` helper class.
-- Any other asset (or set of assets) addressed by code that uses the setuptools
+- Any other asset (or set of assets) addressed by code that uses the Setuptools
:term:`pkg_resources` API.
.. index::