From c53e5f6ab988a74d60273d9130f233d1c446a93c Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 14 Dec 2018 03:35:55 -0800 Subject: [PATCH] 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 cb0f5e29e37c081e9bba91a9858370e2504e9e8e) Co-authored-by: Jules Lasne (jlasne) --- 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 358b11820c62..63861abb431a 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 -- 2.47.3