From 696ad700051192e81e1b0f892b3928d1ce5c4603 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Mon, 15 Mar 2010 19:21:13 -0700 Subject: [PATCH 1/1] Docstrings. --- bulletml/errors.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bulletml/errors.py b/bulletml/errors.py index 16b7106..32cb773 100644 --- a/bulletml/errors.py +++ b/bulletml/errors.py @@ -1,3 +1,6 @@ +"""Base error classes for bulletml.""" + class Error(Exception): + """Base error class for bulletml.""" pass -- 2.20.1