diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 358b11820c62c79..63861abb431aca0 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -683,7 +683,7 @@ always available. .. function:: get_coroutine_origin_tracking_depth() Get the current coroutine origin tracking depth, as set by - func:`set_coroutine_origin_tracking_depth`. + :func:`set_coroutine_origin_tracking_depth`. .. versionadded:: 3.7