Skip to content

Commit

Permalink
gh-114811: Change '\*' to '*' in warnings.rst (#114819)
Browse files Browse the repository at this point in the history
Regression in 3.12.
  • Loading branch information
prady0t committed Feb 1, 2024
1 parent 854e2bc commit ff8939e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/warnings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff8939e

Please sign in to comment.