New submission from Boštjan Mejak <bostjan.me...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue11885> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com