Skip to content

Commit 58c0787

Browse files
prady0tpull[bot]
authored andcommitted
gh-114811: Change '\*' to '*' in warnings.rst (#114819)
Regression in 3.12.
1 parent 7ee4073 commit 58c0787

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)