Skip to content

Commit 3623876

Browse files
prady0taisk
authored andcommitted
pythongh-114811: Change '\*' to '*' in warnings.rst (python#114819)
Regression in 3.12.
1 parent 124eecb commit 3623876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/warnings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Available Functions
396396
-------------------
397397

398398

399-
.. function:: warn(message, category=None, stacklevel=1, source=None, \*, skip_file_prefixes=None)
399+
.. function:: warn(message, category=None, stacklevel=1, source=None, *, skip_file_prefixes=None)
400400

401401
Issue a warning, or maybe ignore it or raise an exception. The *category*
402402
argument, if given, must be a :ref:`warning category class <warning-categories>`; it

0 commit comments

Comments
 (0)