diff options
| author | Tres Seaver <tseaver@palladion.com> | 2013-03-05 12:58:00 -0800 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2013-03-05 12:58:00 -0800 |
| commit | dc017478b2378fa8b163d1ab296e1af4cf365d9d (patch) | |
| tree | 2e7c5b781b9fbdcb46dc5226449ad66d7fb59f6e /docs/narr/paste.rst | |
| parent | 319a0c295f2e10cf19cc7e648cd0bd52ff603f50 (diff) | |
| parent | c4c182b47d1abdf899077ecd433a268618f4f493 (diff) | |
| download | pyramid-dc017478b2378fa8b163d1ab296e1af4cf365d9d.tar.gz pyramid-dc017478b2378fa8b163d1ab296e1af4cf365d9d.tar.bz2 pyramid-dc017478b2378fa8b163d1ab296e1af4cf365d9d.zip | |
Merge pull request #887 from tshepang/concise
be more concise; simplify; remove obvious info
Diffstat (limited to 'docs/narr/paste.rst')
| -rw-r--r-- | docs/narr/paste.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/paste.rst b/docs/narr/paste.rst index 86b047aec..aee5f9069 100644 --- a/docs/narr/paste.rst +++ b/docs/narr/paste.rst @@ -62,7 +62,7 @@ Take a look at the generated ``setup.py`` file for this project. :language: python :linenos: -Note that the ``entry_point`` line in ``setup.py`` points at a string which +Note that ``entry_points`` is assigned a string which looks a lot like an ``.ini`` file. This string representation of an ``.ini`` file has a section named ``[paste.app_factory]``. Within this section, there is a key named ``main`` (the entry point name) which has a value |
