Commit 404bd7f4 authored by Georg Brandl's avatar Georg Brandl

#8528: fix typo.

parent ca2e6127
...@@ -1700,7 +1700,7 @@ Upgrading optparse code ...@@ -1700,7 +1700,7 @@ Upgrading optparse code
Originally, the argparse module had attempted to maintain compatibility with Originally, the argparse module had attempted to maintain compatibility with
optparse. However, optparse was difficult to extend transparently, particularly optparse. However, optparse was difficult to extend transparently, particularly
with the changes required to support the new ``nargs=`` specifiers and better 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 over or monkey-patched, it no longer seemed practical to try to maintain the
backwards compatibility. backwards compatibility.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment