From 1f7fcec9352691a6e7a90c20e13dc59b65865030 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 9 May 2009 20:46:58 -0400 Subject: More docstrings all around. --- coverage/misc.py | 1 + 1 file changed, 1 insertion(+) (limited to 'coverage/misc.py') diff --git a/coverage/misc.py b/coverage/misc.py index 398f9b27..8a8b5117 100644 --- a/coverage/misc.py +++ b/coverage/misc.py @@ -47,4 +47,5 @@ def format_lines(statements, lines): class CoverageException(Exception): + """An exception specific to Coverage.""" pass -- cgit v1.2.1