From: Zachary Ware Date: Tue, 16 Jul 2024 21:26:17 +0000 (-0500) Subject: gh-83648: Use versionadded in 'deprecated' description (GH-121877) X-Git-Tag: v3.14.0a1~1098 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e35dd607b0f32657341e6c4f583d14964ee1699;p=thirdparty%2FPython%2Fcpython.git gh-83648: Use versionadded in 'deprecated' description (GH-121877) --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 0367c83d9369..aa1341c8d4d4 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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