mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[3.13] gh-83648: Use versionadded in 'deprecated' description (GH-121878)
(cherry picked from commit 4e35dd607b
)
Authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
parent
6613029084
commit
b11a77668c
1 changed files with 1 additions and 1 deletions
|
@ -1466,7 +1466,7 @@ printed to standard error when the argument is used::
|
|||
snake.py: warning: option '--legs' is deprecated
|
||||
Namespace(legs=4)
|
||||
|
||||
.. versionchanged:: 3.13
|
||||
.. versionadded:: 3.13
|
||||
|
||||
|
||||
Action classes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue