From: Jules Lasne (jlasne) Date: Fri, 14 Dec 2018 11:28:44 +0000 (+0100) Subject: Fixed missing colun in library/sys.po (GH-11153) X-Git-Tag: v3.8.0a1~279 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb0f5e29e37c081e9bba91a9858370e2504e9e8e;p=python Fixed missing colun in library/sys.po (GH-11153) # Fixed missing colun in library/sys.po [bpo-35492](https://bugs.python.org/issue35492): Fixed missing colun in library/sys.po --- 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