Skip to content

Commit e270dda

Browse files
committed
Managing python path docs: justification of a paragraph
1 parent 23e7e5d commit e270dda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/managing_python_path.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ content will get you started::
5656
import setuptools
5757
setuptools.setup(name='myproj', version='1.0')
5858

59-
This ``setup.py`` file is not
60-
sufficient to distribute your package to PyPI or more general packaging, but it
61-
should help you get started. Please refer to the `Python Packaging User Guide
59+
This ``setup.py`` file is not sufficient to distribute your package to PyPI or
60+
more general packaging, but it should help you get started. Please refer to the
61+
`Python Packaging User Guide
6262
<http://python-packaging-user-guide.readthedocs.org/en/latest/tutorial.html#creating-your-own-project>`_
6363
for more information on packaing Python applications.`
6464

0 commit comments

Comments
 (0)