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 f3d459d commit 25ee290Copy full SHA for 25ee290
1 file changed
Doc/library/warnings.rst
@@ -551,7 +551,7 @@ Available Functions
551
and calls to :func:`simplefilter`.
552
553
554
-.. decorator:: deprecated(msg, *, category=DeprecationWarning, stacklevel=1)
+.. decorator:: deprecated(message, /, *, category=DeprecationWarning, stacklevel=1)
555
556
Decorator to indicate that a class, function or overload is deprecated.
557
0 commit comments