diff options
author | Éric Araujo <merwok@netwok.org> | 2011-09-21 14:36:08 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-09-21 14:36:08 (GMT) |
commit | 9c0cccf363c49a02d2f1cd9fc09b351aec3518af (patch) | |
tree | 8fb72c03bd91418774fc0a9f1eb5db2405a3feed /Doc/library | |
parent | c5dbb3dadf42218cd0ab7d25759bcdb6ac580965 (diff) | |
parent | dd2d55c8a145deffb521724e7cb159b453eeb6b8 (diff) | |
download | cpython-9c0cccf363c49a02d2f1cd9fc09b351aec3518af.zip cpython-9c0cccf363c49a02d2f1cd9fc09b351aec3518af.tar.gz cpython-9c0cccf363c49a02d2f1cd9fc09b351aec3518af.tar.bz2 |
Branch merge
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/packaging.pypi.simple.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/packaging.pypi.simple.rst b/Doc/library/packaging.pypi.simple.rst index 92b3270..9153738 100644 --- a/Doc/library/packaging.pypi.simple.rst +++ b/Doc/library/packaging.pypi.simple.rst @@ -24,7 +24,7 @@ API prefer_final=False, prefer_source=True, \ hosts=('*',), follow_externals=False, \ mirrors_url=None, mirrors=None, timeout=15, \ - mirrors_max_tries=0, verbose=False) + mirrors_max_tries=0) *index_url* is the address of the index to use for requests. |