]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed missing colun in library/sys.po (GH-11153)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 Dec 2018 11:35:55 +0000 (03:35 -0800)
committerNed Deily <nad@python.org>
Fri, 21 Dec 2018 18:57:10 +0000 (13:57 -0500)
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>
Doc/library/sys.rst

index 358b11820c62c79c29b541b12945dc1ec63121f8..63861abb431aca0e0e879099f3e1cbe27e147ee9 100644 (file)
@@ -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