diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-10-07 04:41:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-07 04:41:28 -0700 |
| commit | 410a11a1d448c772ca1a5a4ec4a3946e0f88d20a (patch) | |
| tree | 41a92ddaa647d13d61da2ecff900789f3667f636 /docs/tutorials/wiki/basiclayout.rst | |
| parent | d4c95cb20f6332b05513910bdd661b4032c38b7c (diff) | |
| parent | ce0bfcd21b0c0bd9a082f8f98c6db7cfa24b8bfe (diff) | |
| download | pyramid-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/tutorials/wiki/basiclayout.rst')
| -rw-r--r-- | docs/tutorials/wiki/basiclayout.rst | 2 |
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``. |
