From 79db11ce99332d62917be9d03b31494b1ff2f96a Mon Sep 17 00:00:00 2001 From: Xiang Zhang Date: Sun, 28 Jan 2018 22:54:42 +0800 Subject: Fix PyTrace_RETURN documentation (GH-5384) It will be triggered when propagating an exception. --- Doc/c-api/init.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 33cb02d..02189a9 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -1332,7 +1332,7 @@ Python-level trace functions in previous versions. .. c:var:: int PyTrace_RETURN The value for the *what* parameter to :c:type:`Py_tracefunc` functions when a - call is returning without propagating an exception. + call is about to return. .. c:var:: int PyTrace_C_CALL -- cgit v0.12