Skip to content

Commit 3017c27

Browse files
[3.12] gh-114811: Change '\*' to '*' in warnings.rst (GH-114819) (#114837)
Regression in 3.12. (cherry picked from commit ff8939e) Co-authored-by: Pradyot Ranjan <[email protected]>
1 parent 0ee6fba commit 3017c27

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)