diff options
author | Éric Araujo <merwok@netwok.org> | 2011-09-21 14:28:03 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-09-21 14:28:03 (GMT) |
commit | dd2d55c8a145deffb521724e7cb159b453eeb6b8 (patch) | |
tree | 47c7689c78be49f88864c1077b7ce7e75d0fb154 /Doc/library | |
parent | 4c0b7070ce1461fd54059d1fdc435ab89bdb6555 (diff) | |
download | cpython-dd2d55c8a145deffb521724e7cb159b453eeb6b8.zip cpython-dd2d55c8a145deffb521724e7cb159b453eeb6b8.tar.gz cpython-dd2d55c8a145deffb521724e7cb159b453eeb6b8.tar.bz2 |
Remove two unneeded attributes in packaging
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. |