We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2fcd9 commit 457ee88Copy full SHA for 457ee88
Doc/library/optparse.rst
@@ -22,7 +22,7 @@ The standard library includes three argument parsing libraries:
22
Included in the standard library since before the initial Python 1.0 release.
23
* :mod:`optparse`: a declarative replacement for ``getopt`` that
24
provides equivalent functionality without requiring each application
25
- to implement its own procedural option parsing logic. First included
+ to implement its own procedural option parsing logic. Included
26
in the standard library since the Python 2.3 release.
27
* :mod:`argparse`: a more opinionated alternative to ``optparse`` that
28
provides more functionality by default, at the expense of reduced application
0 commit comments