From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 14 Dec 2018 11:35:55 +0000 (-0800) Subject: Fixed missing colun in library/sys.po (GH-11153) X-Git-Tag: v3.7.3rc1~256 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=527008599dca9377aa3e71da5e5068433ae2222e;p=thirdparty%2FPython%2Fcpython.git 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) --- 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