https://github.com/python/cpython/commit/ff8939e5abaad7cd87f4d1f07ca7f6d176090f6c
commit: ff8939e5abaad7cd87f4d1f07ca7f6d176090f6c
branch: main
author: Pradyot Ranjan <[email protected]>
committer: terryjreedy <[email protected]>
date: 2024-01-31T20:48:39-05:00
summary:
gh-114811: Change '\*' to '*' in warnings.rst (#114819)
Regression in 3.12.
files:
M Doc/library/warnings.rst
diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst
index a9c469707e8227..500398636e11ae 100644
--- a/Doc/library/warnings.rst
+++ b/Doc/library/warnings.rst
@@ -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
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]