[issue1281] type in docutmentatio section 14.3.3.4
New submission from Ben Sherman: """ If, a little later on, "-tracks=4" is seen, it does: options.tracks.append(int("4")) """ That should read --tracks=4, not -tracks=4 Found at http://docs.python.org/lib/optparse-standard-option-actions.html -- components: Documentation messages: 56460 nosy: bsherman severity: normal status: open title: type in docutmentatio section 14.3.3.4 versions: Python 2.5 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1281> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1281] type in docutmentation - lib ref section 14.3.3.4
Ben Sherman added the comment: Typos corrected. -- title: type in docutmentatio section 14.3.3.4 -> type in docutmentation - lib ref section 14.3.3.4 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1281> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1281] typo in documentation - lib ref section 14.3.3.4
Ben Sherman added the comment: There were typos in my original bug report - the typo in the documentation is still a bug. Ugh, someone must have brewed decaf. -- title: type in docutmentation - lib ref section 14.3.3.4 -> typo in documentation - lib ref section 14.3.3.4 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1281> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com