diff options
-rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index c7d26866fd..9002f94545 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -703,7 +703,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 |