[issue16874] setup.py upload option repeated in docs

Berker Peksag report at bugs.python.org
Thu Jan 10 14:19:38 CET 2013


Berker Peksag added the comment:

I think the problem is the usage of `:option:`.

|:option:`--repository=<url>` or :option:`--repository=<section>`| should be written like |:option:`--repository=*url*` or :option:`--repository=*section*`|

See:

- http://hg.python.org/cpython/file/default/Doc/distutils/uploading.rst#l39
- http://hg.python.org/cpython/file/default/Doc/distutils/uploading.rst#l28

Patch attached.

----------
keywords: +patch
nosy: +berker.peksag
Added file: http://bugs.python.org/file28668/distutils-upload-markup.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16874>
_______________________________________


More information about the Python-bugs-list mailing list