diff options
author | Georg Brandl <georg@python.org> | 2009-03-13 19:04:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-03-13 19:04:40 (GMT) |
commit | ae2dbe2543859f9ad0ff0a2e84b33421c8fd5406 (patch) | |
tree | c903b7d3d7b48ad04fc1107aa3225fdd212cb5df /Doc/distutils | |
parent | f87e04d3398091662c399ee5ba0a3e71dbae9a24 (diff) | |
download | cpython-ae2dbe2543859f9ad0ff0a2e84b33421c8fd5406.zip cpython-ae2dbe2543859f9ad0ff0a2e84b33421c8fd5406.tar.gz cpython-ae2dbe2543859f9ad0ff0a2e84b33421c8fd5406.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 |