From f0b3451e829de7311c39a18c0fb34312330981ef Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 15 May 2010 23:03:52 -0400 Subject: Format the code to pylint's liking, and fix up the docstrings for omit and include. --- coverage/cmdline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coverage/cmdline.py') diff --git a/coverage/cmdline.py b/coverage/cmdline.py index 9148904e..cb47690c 100644 --- a/coverage/cmdline.py +++ b/coverage/cmdline.py @@ -35,8 +35,8 @@ class Opts(object): include = optparse.Option( '', '--include', action='store', metavar="PRE1,PRE2,...", - help="Include files only when their filename path starts with one of these " - "prefixes." + help="Include files only when their filename path starts with one of " + "these prefixes." ) pylib = optparse.Option( '-L', '--pylib', action='store_true', -- cgit v1.2.1