8000 [3.12] gh-114811: Change '\*' to '*' in warnings.rst (GH-114819) (#1… · python/cpython@3017c27 · GitHub
[go: up one dir, main page]

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 <99216956+prady0t@users.noreply.github.com>
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

+1-1
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)
0