Skip to content

Commit 5270085

Browse files
Fixed missing colun in library/sys.po (GH-11153)
GH- Fixed missing colun in library/sys.po [bpo-35492](https://bugs.python.org/issue35492): Fixed missing colun in library/sys.po (cherry picked from commit cb0f5e2) Co-authored-by: Jules Lasne (jlasne) <[email protected]>
1 parent 45a7b76 commit 5270085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ always available.
683683
.. function:: get_coroutine_origin_tracking_depth()
684684

685685
Get the current coroutine origin tracking depth, as set by
686-
func:`set_coroutine_origin_tracking_depth`.
686+
:func:`set_coroutine_origin_tracking_depth`.
687687

688688
.. versionadded:: 3.7
689689

0 commit comments

Comments
 (0)