From 92cea9cf6b36f9d60217a4162e3ce40e5f69cbd8 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 27 May 2009 08:15:56 -0400 Subject: Fix the formatting of a docstring. --- coverage/control.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'coverage/control.py') diff --git a/coverage/control.py b/coverage/control.py index ef1a6205..f9d23066 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -186,11 +186,11 @@ class coverage: `morf` is a module or a filename. It will be analyzed to determine its coverage statistics. The return value is a 5-tuple: - * The filename for the module. - * A list of line numbers of executable statements. - * A list of line numbers of excluded statements. - * A list of line numbers of statements not run (missing from execution). - * A readable formatted string of the missing line numbers. + * The filename for the module. + * A list of line numbers of executable statements. + * A list of line numbers of excluded statements. + * A list of line numbers of statements not run (missing from execution). + * A readable formatted string of the missing line numbers. The analysis uses the source file itself and the current measured coverage data. -- cgit v1.2.1