Skip to content

Commit 4e35dd6

Browse files
authored
gh-83648: Use versionadded in 'deprecated' description (GH-121877)
1 parent f589f26 commit 4e35dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ printed to standard error when the argument is used::
14661466
snake.py: warning: option '--legs' is deprecated
14671467
Namespace(legs=4)
14681468

1469-
.. versionchanged:: 3.13
1469+
.. versionadded:: 3.13
14701470

14711471

14721472
Action classes

0 commit comments

Comments
 (0)