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 | 2ddec8a0a5b816470f6a6982468d521d4da2d322 (patch) | |
tree | bd19607d85c96d2e596d68968b243b9d4a32d190 /coverage/plugin.py | |
parent | 21d67b2b01d6daa5c29dc7aca336d5491e4096de (diff) | |
download | python-coveragepy-git-2ddec8a0a5b816470f6a6982468d521d4da2d322.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 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 |