This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag, chris.jerdonek, eric.araujo, mrshu, tarek
Date 2013-01-10.13:19:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357823978.1.0.01439059526.issue16874@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-01-10 13:19:38berker.peksagsetrecipients: + berker.peksag, tarek, eric.araujo, chris.jerdonek, mrshu
2013-01-10 13:19:38berker.peksagsetmessageid: <1357823978.1.0.01439059526.issue16874@psf.upfronthosting.co.za>
2013-01-10 13:19:37berker.peksaglinkissue16874 messages
2013-01-10 13:19:37berker.peksagcreate