Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 574aed1

Browse files
authored
Fix typo in Lib/trace.py (GH-24309)
1 parent 0332e56 commit 574aed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/trace.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def names(self, filename, modulename):
116116
return 0
117117

118118
def _modname(path):
119-
"""Return a plausible module name for the patch."""
119+
"""Return a plausible module name for the path."""
120120

121121
base = os.path.basename(path)
122122
filename, ext = os.path.splitext(base)

0 commit comments

Comments
 (0)