gh-150076: Fix the documented signature of warnings.deprecated (GH-153879)
(cherry picked from commit
56ad3bca75a408b45b5326980b35b8a2ba8113db)
Co-authored-by: Vyron Vasileiadis <hi@fedonman.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
and calls to :func:`simplefilter`.
-.. decorator:: deprecated(msg, *, category=DeprecationWarning, stacklevel=1)
+.. decorator:: deprecated(message, /, *, category=DeprecationWarning, stacklevel=1)
Decorator to indicate that a class, function or overload is deprecated.