diff options
author | Georg Brandl <georg@python.org> | 2009-03-13 19:03:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-03-13 19:03:58 (GMT) |
commit | e83a4adba77d1055c564fbcc87695e259e672f5b (patch) | |
tree | 20a1be6cb2d89b5cdb854e46539098bc41b73f29 /Doc/distutils | |
parent | efa7c138b603915e7064055ea8d7718d96d30cbc (diff) | |
download | cpython-e83a4adba77d1055c564fbcc87695e259e672f5b.zip cpython-e83a4adba77d1055c564fbcc87695e259e672f5b.tar.gz cpython-e83a4adba77d1055c564fbcc87695e259e672f5b.tar.bz2 |
#5486: typos.
Diffstat (limited to 'Doc/distutils')
-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 |