Skip to content

Commit

Permalink
be more concise, and simplify
Browse files Browse the repository at this point in the history
* It should be obvious which file is referred to
* Fix a typo
* 'points at a string' is not ideal when referring to Python
  • Loading branch information
tshepang committed Mar 5, 2013
1 parent 08f4a6e commit c4c182b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/narr/paste.rst
Expand Up @@ -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
Expand Down

0 comments on commit c4c182b

Please sign in to comment.