diff options
Diffstat (limited to 'Doc/distutils/packageindex.rst')
-rw-r--r-- | Doc/distutils/packageindex.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/packageindex.rst b/Doc/distutils/packageindex.rst index c4cbf88..1498394 100644 --- a/Doc/distutils/packageindex.rst +++ b/Doc/distutils/packageindex.rst @@ -98,7 +98,7 @@ repository to work with:: python setup.py register -r http://example.com/pypi -The name of the section that describes the repository may also be used -for conveniency:: +For convenience, the name of the section that describes the repository +may also be used:: python setup.py register -r other |