chiark / gitweb /
doxygen: add some missing docstrings.
[disorder] / python / disorder.py.in
index 8584c8598327de17307e8a449853a9ea16283ce0..8a758c9bc11a586a631d6dc5f96722ba368cee51 100644 (file)
@@ -87,6 +87,7 @@ class Error(Exception):
   """Base class for DisOrder exceptions."""
 
 class _splitError(Error):
+  """Error parsing a quoted string list"""
   # _split failed
   def __init__(self, value):
     self.value = value