We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c9006 commit 9b9e6c7Copy full SHA for 9b9e6c7
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