summaryrefslogtreecommitdiff
path: root/Doc/distutils/packageindex.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/distutils/packageindex.rst')
-rw-r--r--Doc/distutils/packageindex.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/packageindex.rst b/Doc/distutils/packageindex.rst
index f0f886bcc9..8242012816 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``.