diff options
Diffstat (limited to 'coverage/plugin.py')
-rw-r--r-- | coverage/plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/plugin.py b/coverage/plugin.py index 60f3ea5b..1389180b 100644 --- a/coverage/plugin.py +++ b/coverage/plugin.py @@ -45,8 +45,8 @@ class CoveragePlugin(object): There is no way to register your plugin for particular files. Instead, this method is invoked for all files, and can decide whether it can - trace the file or not. Be prepared for `filename` to refer to all kinds - of files that have nothing to do with your plugin. + trace the file or not. Be prepared for `filename` to refer to all + kinds of files that have nothing to do with your plugin. Arguments: filename (str): The path to the file being considered. This is the |