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 16b7106743e40b6eea60e4e7a3dca8c940298dd3..32cb77379a7f6987c0fe876a3e92d34f71c06168 100644 (file)
@@ -1,3 +1,6 @@
+"""Base error classes for bulletml."""
+
 class Error(Exception):
+    """Base error class for bulletml."""
     pass