summaryrefslogtreecommitdiffstats
path: root/Lib/trace.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/trace.py')
-rwxr-xr-xLib/trace.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/trace.py b/Lib/trace.py
index 64fc803..8550475 100755
--- a/Lib/trace.py
+++ b/Lib/trace.py
@@ -402,7 +402,7 @@ class Trace:
@param countfuncs true iff it should just output a list of
(filename, modulename, funcname,) for functions
that were called at least once; This overrides
- `count' and `trace'
+ 'count' and 'trace'
@param ignoremods a list of the names of modules to ignore
@param ignoredirs a list of the names of directories to ignore
all of the (recursive) contents of
@@ -534,7 +534,7 @@ class Trace:
def globaltrace_lt(self, frame, why, arg):
"""Handler for call events.
- If the code block being entered is to be ignored, returns `None',
+ If the code block being entered is to be ignored, returns 'None',
else returns self.localtrace.
"""
if why == 'call':