Docstrings.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 16 Mar 2010 02:21:13 +0000 (19:21 -0700)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 16 Mar 2010 02:21:13 +0000 (19:21 -0700)
bulletml/errors.py

index 16b7106..32cb773 100644 (file)
@@ -1,3 +1,6 @@
+"""Base error classes for bulletml."""
+
 class Error(Exception):
+    """Base error class for bulletml."""
     pass