[New-bugs-announce] [issue11885] argparse docs needs fixing

Boštjan Mejak report at bugs.python.org
Wed Apr 20 13:58:40 CEST 2011


New submission from Boštjan Mejak <bostjan.mejak at gmail.com>:

Hello, I am returning to report new fixes to be made to argparse docs. The issues can be observed in this link:

http://docs.python.org/dev/library/argparse.html#upgrading-optparse-code


1) "When most everything in optparse had either been copy-pasted over or monkey-patched ..."

"When most in optparse had either been copy-pasted over or monkey-patched ..."

Word "everything" was removed.

2) "- Replace strings with implicit arguments such as %default or %prog with the standard python syntax to use dictionaries to format strings, that is, %(default)s and %(prog)s."

"- Replace strings with implicit arguments such as %default or %prog with the standard Python syntax to use dictionaries to format strings, that is %(default)s and %(prog)s."

Word "python" was fixed to "Python" and comma was deleted after "that is".


Please fix this. Thanks.

----------
messages: 134141
nosy: Retro
priority: normal
severity: normal
status: open
title: argparse docs needs fixing

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


More information about the New-bugs-announce mailing list