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 3337f4c commit 90aa65aCopy full SHA for 90aa65a
python/tools/recorded-call-graph-metrics/src/cg_trace/main.py
@@ -33,7 +33,7 @@ def record_calls(code, globals):
33
34
def setup_logging(debug):
35
# code we run can also set up logging, so we need to set the level directly on our
36
- # own pacakge
+ # own package
37
sh = logging.StreamHandler(stream=sys.stderr)
38
39
pkg_logger = logging.getLogger("cg_trace")
0 commit comments