summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki
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/tutorials/wiki
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/tutorials/wiki')
-rw-r--r--docs/tutorials/wiki/basiclayout.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/basiclayout.rst b/docs/tutorials/wiki/basiclayout.rst
index 0005ba3cb..49ee6902e 100644
--- a/docs/tutorials/wiki/basiclayout.rst
+++ b/docs/tutorials/wiki/basiclayout.rst
@@ -21,7 +21,7 @@ code.
When you run the application using the ``pserve`` command using the
``development.ini`` generated configuration file, the application
-configuration points at a setuptools *entry point* described as
+configuration points at a :term:`Setuptools` :term:`entry point` described as
``egg:tutorial``. In our application, because the application's ``setup.py``
file says so, this entry point happens to be the ``main`` function within the
file named ``__init__.py``.