mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix typo in Lib/trace.py (GH-24309)
This commit is contained in:
committed by
GitHub
parent
0332e569c1
commit
574aed16bf
@@ -116,7 +116,7 @@ class _Ignore:
|
||||
return 0
|
||||
|
||||
def _modname(path):
|
||||
"""Return a plausible module name for the patch."""
|
||||
"""Return a plausible module name for the path."""
|
||||
|
||||
base = os.path.basename(path)
|
||||
filename, ext = os.path.splitext(base)
|
||||
|
||||
Reference in New Issue
Block a user