]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-83648: Use versionadded in 'deprecated' description (GH-121877)
authorZachary Ware <zach@python.org>
Tue, 16 Jul 2024 21:26:17 +0000 (16:26 -0500)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2024 21:26:17 +0000 (21:26 +0000)
Doc/library/argparse.rst

index 0367c83d9369d393876156aedac6d5b6a1509693..aa1341c8d4d4a8f9591eb043154fa43b4e30f1e3 100644 (file)
@@ -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