We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d469d commit 535de36Copy full SHA for 535de36
1 file changed
Doc/library/warnings.rst
@@ -544,7 +544,7 @@ Available Functions
544
and calls to :func:`simplefilter`.
545
546
547
-.. decorator:: deprecated(msg, *, category=DeprecationWarning, stacklevel=1)
+.. decorator:: deprecated(message, /, *, category=DeprecationWarning, stacklevel=1)
548
549
Decorator to indicate that a class, function or overload is deprecated.
550
0 commit comments