diff options
author | Jules Lasne (jlasne) <jlasne@student.42.fr> | 2018-12-14 11:28:44 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-12-14 11:28:44 (GMT) |
commit | cb0f5e29e37c081e9bba91a9858370e2504e9e8e (patch) | |
tree | b8ccb3e79dbb3aee6a4022b0ac65e2d228988faa /Doc | |
parent | 2b417fba25f036c2d6139875e389d80e4286ad75 (diff) | |
download | cpython-cb0f5e29e37c081e9bba91a9858370e2504e9e8e.zip cpython-cb0f5e29e37c081e9bba91a9858370e2504e9e8e.tar.gz cpython-cb0f5e29e37c081e9bba91a9858370e2504e9e8e.tar.bz2 |
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
Diffstat (limited to 'Doc')
-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 c7d2686..9002f94 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 |