summaryrefslogtreecommitdiff
path: root/docs/narr/commandline.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-10-07 02:40:23 -0700
committerSteve Piercy <web@stevepiercy.com>2018-10-07 02:40:23 -0700
commitf868a98cdc4bec0ce10d18b66af1687f3e3a1bbb (patch)
treebfd0d46890d413427540092cf30dae3a3141fcff /docs/narr/commandline.rst
parent3c07c6517434f7ea64555a71b578beb7ddabe74a (diff)
downloadpyramid-f868a98cdc4bec0ce10d18b66af1687f3e3a1bbb.tar.gz
pyramid-f868a98cdc4bec0ce10d18b66af1687f3e3a1bbb.tar.bz2
pyramid-f868a98cdc4bec0ce10d18b66af1687f3e3a1bbb.zip
Use proper case for Setuptools as a library name.
Change Setuptools to a glossary term where useful.
Diffstat (limited to 'docs/narr/commandline.rst')
-rw-r--r--docs/narr/commandline.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst
index f8ca8366b..7af6bba43 100644
--- a/docs/narr/commandline.rst
+++ b/docs/narr/commandline.rst
@@ -896,7 +896,7 @@ See :ref:`logging_chapter` for more information on logging within
Making Your Script into a Console Script
----------------------------------------
-A "console script" is :term:`setuptools` terminology for a script that gets
+A "console script" is :term:`Setuptools` terminology for a script that gets
installed into the ``bin`` directory of a Python :term:`virtual environment`
(or "base" Python environment) when a :term:`distribution` which houses that
script is installed. Because it's installed into the ``bin`` directory of a