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 16af39a commit 256f03bCopy full SHA for 256f03b
Doc/library/sys.rst
@@ -1185,7 +1185,8 @@ always available.
1185
1186
The trace function is invoked (with *event* set to ``'call'``) whenever a new
1187
local scope is entered; it should return a reference to a local trace
1188
- 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
1189
+ traced.
1190
1191
The local trace function should return a reference to itself (or to another
1192
function for further tracing in that scope), or ``None`` to turn off tracing
0 commit comments