From: Georg Brandl Date: Sun, 25 Apr 2010 10:16:00 +0000 (+0000) Subject: #8528: fix typo. X-Git-Tag: v2.7b2~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=404bd7f473314bcef9d92f1c695d0275f9d5d397;p=python #8528: fix typo. --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 8d74c50c2a..2b3275cff5 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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.