From d53ee24128c59babdce7902102671cc3c0d9e950 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 14 Feb 2015 08:15:38 -0500 Subject: foo --- coverage/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coverage/plugin.py') 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 -- cgit v1.2.1