Bugs item #1090139, was opened at 2004-12-22 20:00 Message generated for change (Comment added) made by gward You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1090139&group_id=5470
Category: Documentation Group: None >Status: Closed Resolution: Fixed Priority: 5 Submitted By: Jesse Weinstein (weinsteinj) Assigned to: Greg Ward (gward) Summary: presentation typo in lib: 6.21.4.2 How callbacks are called Initial Comment: On the page: http://docs.python.org/lib/optparse-how-callbacks-called.html the text: <DT><STRONG><var>args</var></STRONG></DT> should be changed to: <DT><STRONG><code>args</code></STRONG></DT> to match the rest of the items on the page. This may require changing the LaTeX. ---------------------------------------------------------------------- >Comment By: Greg Ward (gward) Date: 2005-01-16 21:30 Message: Logged In: YES user_id=14422 This problem stems from the mkpydoc script in Optik's source repository. I've fixed it there (rev 485) so that future merges from Optik's repository into Python's won't resurrect this bug. ---------------------------------------------------------------------- Comment By: Johannes Gijsbers (jlgijsbers) Date: 2004-12-31 04:35 Message: Logged In: YES user_id=469548 I think the optparse documentation is automatically generated from the optik ReST docs, so Greg should take a look at this as well. ---------------------------------------------------------------------- Comment By: Raymond Hettinger (rhettinger) Date: 2004-12-30 20:08 Message: Logged In: YES user_id=80475 Fixed. Thanks for the report. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1090139&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com