Skip to content

Commit b5f2355

Browse files
Appease linter
1 parent d6b41c5 commit b5f2355

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/library/argparse.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,8 +1869,8 @@ Argument groups
18691869
will be removed in the future.
18701870

18711871
.. versionchanged:: 3.14
1872-
Passing the prefix_chars_ parameter to :meth:`ArgumentParser.add_argument_group`
1873-
is now deprecated.
1872+
Passing the prefix_chars_ parameter to :meth:`add_argument_group`
1873+
is now deprecated.
18741874

18751875

18761876
Mutual exclusion

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Deprecated
421421
==========
422422

423423
* :mod:`argparse`:
424-
Passing the prefix_chars_ parameter to :meth:`ArgumentParser.add_argument_group`
424+
Passing the prefix_chars_ parameter to :meth:`add_argument_group`
425425
is now deprecated.
426426
(Contributed by Savannah Ostrowski in :gh:`125563`.)
427427

0 commit comments

Comments
 (0)