Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/disorder
[disorder] / python / disorder.py.in
index 8584c85..8a758c9 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