8000 [3.13] gh-83648: Use versionadded in 'deprecated' description (GH-121… · python/cpython@b11a776 · GitHub
[go: up one dir, main page]

Skip to content

Commit b11a776

Browse files
[3.13] gh-83648: Use versionadded in 'deprecated' description (GH-121878)
(cherry picked from commit 4e35dd6) Authored-by: Zachary Ware <zach@python.org>
1 parent 6613029 commit b11a776

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)
0