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) <jlasne@student.42.fr>
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 358b118..63861ab 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -683,7 +683,7 @@
.. 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