diff options
author | Jules Lasne (jlasne) <jlasne@student.42.fr> | 2018-12-14 12:28:44 +0100 |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-12-14 03:28:44 -0800 |
commit | cb0f5e29e37c081e9bba91a9858370e2504e9e8e (patch) | |
tree | b8ccb3e79dbb3aee6a4022b0ac65e2d228988faa | |
parent | 2b417fba25f036c2d6139875e389d80e4286ad75 (diff) | |
download | cpython-git-cb0f5e29e37c081e9bba91a9858370e2504e9e8e.tar.gz |
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
-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 |