1 parent 27255e5 commit 987c96bCopy full SHA for 987c96b
1 file changed
Doc/library/sys.rst
@@ -1253,7 +1253,8 @@ always available.
1253
1254
The trace function is invoked (with *event* set to ``'call'``) whenever a new
1255
local scope is entered; it should return a reference to a local trace
1256
- function to be used that scope, or ``None`` if the scope shouldn't be traced.
+ function to be used for the new scope, or ``None`` if the scope shouldn't be
1257
+ traced.
1258
1259
The local trace function should return a reference to itself (or to another
1260
function for further tracing in that scope), or ``None`` to turn off tracing
0 commit comments