diff options
Diffstat (limited to 'coverage/python.py')
-rw-r--r-- | coverage/python.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/python.py b/coverage/python.py index ada21e67..5e142d24 100644 --- a/coverage/python.py +++ b/coverage/python.py @@ -91,7 +91,7 @@ def get_zip_bytes(filename): return None -def _source_for_file(self, filename): +def source_for_file(filename): """Return the source file for `filename`. Given a file name being traced, return the best guess as to the source |