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 228b124 commit 9ef8cafCopy full SHA for 9ef8caf
Doc/library/sys.rst
@@ -1552,9 +1552,8 @@ always available.
1552
function to be used for the new scope, or ``None`` if the scope shouldn't be
1553
traced.
1554
1555
- The local trace function should return a reference to itself (or to another
1556
- function for further tracing in that scope), or ``None`` to turn off tracing
1557
- in that scope.
+ The local trace function should return a reference to itself, or to another
+ function which would then be used as the local trace function for the scope.
1558
1559
If there is any error occurred in the trace function, it will be unset, just
1560
like ``settrace(None)`` is called.
0 commit comments