diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-14 08:15:38 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-14 08:15:38 -0500 |
commit | d53ee24128c59babdce7902102671cc3c0d9e950 (patch) | |
tree | 2dad6f0e5d33d2adc2e182a876493f8d07a67e4b /coverage/plugin.py | |
parent | 0d6bf61e35421bbe257ef344d4bee660a6dfeb5e (diff) | |
download | python-coveragepy-d53ee24128c59babdce7902102671cc3c0d9e950.tar.gz |
foo
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 60f3ea5..1389180 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 |