[Python-checkins] Fixed missing colun in library/sys.po (GH-11153)

Miss Islington (bot) webhook-mailer at python.org
Fri Dec 14 06:35:58 EST 2018


https://github.com/python/cpython/commit/527008599dca9377aa3e71da5e5068433ae2222e
commit: 527008599dca9377aa3e71da5e5068433ae2222e
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-12-14T03:35:55-08:00
summary:

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 at student.42.fr>

files:
M Doc/library/sys.rst

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
 



More information about the Python-checkins mailing list