[Python-checkins] r80460 - python/trunk/Doc/library/argparse.rst

georg.brandl python-checkins at python.org
Sun Apr 25 12:16:00 CEST 2010


Author: georg.brandl
Date: Sun Apr 25 12:16:00 2010
New Revision: 80460

Log:
#8528: fix typo.

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

Modified: python/trunk/Doc/library/argparse.rst
==============================================================================
--- python/trunk/Doc/library/argparse.rst	(original)
+++ python/trunk/Doc/library/argparse.rst	Sun Apr 25 12:16:00 2010
@@ -1700,7 +1700,7 @@
 Originally, the argparse module had attempted to maintain compatibility with
 optparse.  However, optparse was difficult to extend transparently, particularly
 with the changes required to support the new ``nargs=`` specifiers and better
-usage messges.  When most everything in optparse had either been copy-pasted
+usage messages.  When most everything in optparse had either been copy-pasted
 over or monkey-patched, it no longer seemed practical to try to maintain the
 backwards compatibility.
 


More information about the Python-checkins mailing list