From 8611fc25985eea24411de55bb99f84f936f1118d Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Thu, 24 Feb 2011 17:59:42 -0400 Subject: [PATCH] missing docstring quote --- novatools/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novatools/exceptions.py b/novatools/exceptions.py index 189cc3aaa..63283425c 100644 --- a/novatools/exceptions.py +++ b/novatools/exceptions.py @@ -1,4 +1,4 @@ -"" +""" Exception definitions. """