summaryrefslogtreecommitdiffstats
path: root/Doc/library/packaging.pypi.simple.rst
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2011-11-11 18:58:53 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2011-11-11 18:58:53 (GMT)
commitf8240d6564c6d8f166256fca9b0fb6e9b89c7db1 (patch)
treef0f1e1ebbf75dcc65ca3c435b1879329d90e0e70 /Doc/library/packaging.pypi.simple.rst
parente41f0de84d286f0362e1c9e23a535aba827e109f (diff)
parent599d76b2754f5391abb0aadae96a444065e52b5c (diff)
downloadcpython-f8240d6564c6d8f166256fca9b0fb6e9b89c7db1.zip
cpython-f8240d6564c6d8f166256fca9b0fb6e9b89c7db1.tar.gz
cpython-f8240d6564c6d8f166256fca9b0fb6e9b89c7db1.tar.bz2
Merge 3.2, doc typos.
Diffstat (limited to 'Doc/library/packaging.pypi.simple.rst')
-rw-r--r--Doc/library/packaging.pypi.simple.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/packaging.pypi.simple.rst b/Doc/library/packaging.pypi.simple.rst
index 9153738..126c224 100644
--- a/Doc/library/packaging.pypi.simple.rst
+++ b/Doc/library/packaging.pypi.simple.rst
@@ -30,7 +30,7 @@ API
The first two parameters control the query results. *prefer_final*
indicates whether a final version (not alpha, beta or candidate) is to be
- prefered over a newer but non-final version (for example, whether to pick
+ preferred over a newer but non-final version (for example, whether to pick
up 1.0 over 2.0a3). It is used only for queries that don't give a version
argument. Likewise, *prefer_source* tells whether to prefer a source
distribution over a binary one, if no distribution argument was prodived.