diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-10-07 02:40:23 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-10-07 04:26:35 -0700 |
| commit | 315e469540afeba4bffe7bafb1364a7bab059a24 (patch) | |
| tree | 56f1ccbc94a9e7974eb302755cfca6251553ff4b /docs/narr/assets.rst | |
| parent | 50b8b42b7da17d20534e5fd21905c8fe56b68069 (diff) | |
| download | pyramid-315e469540afeba4bffe7bafb1364a7bab059a24.tar.gz pyramid-315e469540afeba4bffe7bafb1364a7bab059a24.tar.bz2 pyramid-315e469540afeba4bffe7bafb1364a7bab059a24.zip | |
Use proper case for Setuptools as a library name.
Change Setuptools to a glossary term where useful.
Diffstat (limited to 'docs/narr/assets.rst')
| -rw-r--r-- | docs/narr/assets.rst | 2 |
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:: |
