https://github.com/python/cpython/commit/4e35dd607b0f32657341e6c4f583d14964ee1699
commit: 4e35dd607b0f32657341e6c4f583d14964ee1699
branch: main
author: Zachary Ware <[email protected]>
committer: zware <[email protected]>
date: 2024-07-16T21:26:17Z
summary:
gh-83648: Use versionadded in 'deprecated' description (GH-121877)
files:
M Doc/library/argparse.rst
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst
index 0367c83d9369d3..aa1341c8d4d4a8 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
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]