diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-16 18:30:02 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-05 02:13:08 +0200 |
| commit | c4c182b47d1abdf899077ecd433a268618f4f493 (patch) | |
| tree | f658f5206e34f6db6e65d3384c39206433822a29 /docs/narr/paste.rst | |
| parent | 08f4a6ea291e065e56792ecde89abdeb0c57651f (diff) | |
| download | pyramid-c4c182b47d1abdf899077ecd433a268618f4f493.tar.gz pyramid-c4c182b47d1abdf899077ecd433a268618f4f493.tar.bz2 pyramid-c4c182b47d1abdf899077ecd433a268618f4f493.zip | |
be more concise, and simplify
* It should be obvious which file is referred to
* Fix a typo
* 'points at a string' is not ideal when referring to Python
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 |
