diff docs/exceptions.rst @ 71:854c5d361011

Documentation cleanup.
author Brian Neal <bgneal@gmail.com>
date Tue, 23 Jul 2013 20:18:05 -0500
parents 30aa114bb746
children
line wrap: on
line diff
--- a/docs/exceptions.rst	Sun Jul 21 14:30:12 2013 -0500
+++ b/docs/exceptions.rst	Tue Jul 23 20:18:05 2013 -0500
@@ -11,13 +11,13 @@
 
 .. class:: m209.drum.DrumError()
 
-   Inherits from :class:`~m209.M209Error`. This is an internal exception, used
-   to report drum related errors.
+   Inherits from :class:`~m209.M209Error`. This exception is used to report
+   drum related errors.
 
 .. class:: m209.key_wheel.KeyWheelError()
 
-   Inherits from :class:`~m209.M209Error`. This is an internal exception, used
-   to report key wheel related errors.
+   Inherits from :class:`~m209.M209Error`. This exception is used to report key
+   wheel related errors.
 
 .. class:: m209.keylist.generate.KeyListGenError()