mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
gh-114811: Change '\*' to '*' in warnings.rst (#114819)
Regression in 3.12.
This commit is contained in:
parent
854e2bc423
commit
ff8939e5ab
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user