diff options
author | Georg Brandl <georg@python.org> | 2008-02-22 12:31:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-02-22 12:31:45 (GMT) |
commit | 907a720f894a7b267e15b3bb1ba39f2d8677c0fe (patch) | |
tree | 35117e67e538ba92d38b987683440fee89ad93cc /Doc/distutils | |
parent | a14a4e8b84093184fefc908b241523915893850d (diff) | |
download | cpython-907a720f894a7b267e15b3bb1ba39f2d8677c0fe.zip cpython-907a720f894a7b267e15b3bb1ba39f2d8677c0fe.tar.gz cpython-907a720f894a7b267e15b3bb1ba39f2d8677c0fe.tar.bz2 |
A lot more typo fixes by Ori Avtalion.
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/builtdist.rst | 2 | ||||
-rw-r--r-- | Doc/distutils/packageindex.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Doc/distutils/builtdist.rst b/Doc/distutils/builtdist.rst index f6c28d3..2ebc986 100644 --- a/Doc/distutils/builtdist.rst +++ b/Doc/distutils/builtdist.rst @@ -195,7 +195,7 @@ Distutils configuration files. Various options and sections in the | | or --- & :option:`maintainer` and | | | :option:`maintainer_email` | +------------------------------------------+----------------------------------------------+ -| Copyright | :option:`licence` | +| Copyright | :option:`license` | +------------------------------------------+----------------------------------------------+ | Url | :option:`url` | +------------------------------------------+----------------------------------------------+ diff --git a/Doc/distutils/packageindex.rst b/Doc/distutils/packageindex.rst index f0f886b..8242012 100644 --- a/Doc/distutils/packageindex.rst +++ b/Doc/distutils/packageindex.rst @@ -53,13 +53,13 @@ the web interface. The .pypirc file ================ -The format of the :file:`.pypirc` file is formated as follows:: +The format of the :file:`.pypirc` file is as follows:: [server-login] repository: <repository-url> username: <username> password: <password> -*repository* can be ommitted and defaults to ``http://www.python.org/pypi``. +*repository* can be omitted and defaults to ``http://www.python.org/pypi``. |