From d230b450ceb7007f3f0fd7c0a073f5d754e037dc Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Fri, 14 Dec 2018 12:20:37 +0100 Subject: [PATCH] Fixed missing colun in library/sys.po --- Doc/library/sys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index c7d26866fd80a62..9002f94545b6a05 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