gh-114811: Change '\*' to '*' in warnings.rst (#114819)

Regression in 3.12.
This commit is contained in:
Pradyot Ranjan 2024-02-01 07:18:39 +05:30 committed by GitHub
parent 854e2bc423
commit ff8939e5ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -396,7 +396,7 @@ Available Functions
-------------------
.. function:: warn(message, category=None, stacklevel=1, source=None, \*, skip_file_prefixes=None)
.. function:: warn(message, category=None, stacklevel=1, source=None, *, skip_file_prefixes=None)
Issue a warning, or maybe ignore it or raise an exception. The *category*
argument, if given, must be a :ref:`warning category class <warning-categories>`; it