[Python-checkins] r73707 - python/trunk/Doc/library/optparse.rst

georg.brandl python-checkins at python.org
Tue Jun 30 18:35:11 CEST 2009


Author: georg.brandl
Date: Tue Jun 30 18:35:11 2009
New Revision: 73707

Log:
#6371: fix link targets.

Modified:
   python/trunk/Doc/library/optparse.rst

Modified: python/trunk/Doc/library/optparse.rst
==============================================================================
--- python/trunk/Doc/library/optparse.rst	(original)
+++ python/trunk/Doc/library/optparse.rst	Tue Jun 30 18:35:11 2009
@@ -642,8 +642,8 @@
 ``parser.error()`` from your application code.
 
 If :mod:`optparse`'s default error-handling behaviour does not suit your needs,
-you'll need to subclass OptionParser and override its :meth:`exit` and/or
-:meth:`error` methods.
+you'll need to subclass OptionParser and override its :meth:`~OptionParser.exit`
+and/or :meth:`~OptionParser.error` methods.
 
 
 .. _optparse-putting-it-all-together:


More information about the Python-checkins mailing list