]> granicus.if.org Git - python/commitdiff
#8528: fix typo.
authorGeorg Brandl <georg@python.org>
Sun, 25 Apr 2010 10:16:00 +0000 (10:16 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 25 Apr 2010 10:16:00 +0000 (10:16 +0000)
Doc/library/argparse.rst

index 8d74c50c2ab822d192d6ac93bde7e84b3a49d8d7..2b3275cff5eb5d530a3b6bee900a105cdb1e4a55 100644 (file)
@@ -1700,7 +1700,7 @@ Upgrading optparse code
 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.