Skip to content

Commit 0971780

Browse files
committed
Grammar fix
1 parent 55b7215 commit 0971780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ optparse
16551655
While :mod:`argparse` remains preferred for new projects that
16561656
aren't using a third party command line argument processing
16571657
library, there are aspects of the way ``argparse`` works that
1658-
means the lower level ``optparse`` module may provide a better
1658+
mean the lower level ``optparse`` module may provide a better
16591659
foundation for *writing* argument processing libraries.
16601660
(Contributed by Alyssa Coghlan in :gh:`126225`.)
16611661

0 commit comments

Comments
 (0)