Skip to content

Commit 457ee88

Browse files
committed
Phrasing tweak
1 parent 5e2fcd9 commit 457ee88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/optparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The standard library includes three argument parsing libraries:
2222
Included in the standard library since before the initial Python 1.0 release.
2323
* :mod:`optparse`: a declarative replacement for ``getopt`` that
2424
provides equivalent functionality without requiring each application
25-
to implement its own procedural option parsing logic. First included
25+
to implement its own procedural option parsing logic. Included
2626
in the standard library since the Python 2.3 release.
2727
* :mod:`argparse`: a more opinionated alternative to ``optparse`` that
2828
provides more functionality by default, at the expense of reduced application

0 commit comments

Comments
 (0)