diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-09-21 16:28:03 +0200 |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-09-21 16:28:03 +0200 |
| commit | dd2d55c8a145deffb521724e7cb159b453eeb6b8 (patch) | |
| tree | 47c7689c78be49f88864c1077b7ce7e75d0fb154 /Doc/library/packaging.pypi.simple.rst | |
| parent | 4c0b7070ce1461fd54059d1fdc435ab89bdb6555 (diff) | |
| download | cpython-git-dd2d55c8a145deffb521724e7cb159b453eeb6b8.tar.gz | |
Remove two unneeded attributes in packaging
Diffstat (limited to 'Doc/library/packaging.pypi.simple.rst')
| -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 92b3270f10..9153738156 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. |
