X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/19001ab9ad948f85227dfde2eabe2a9f31b66e3a..657fdb79cbec:/python/disorder.py.in diff --git a/python/disorder.py.in b/python/disorder.py.in index 8584c85..8a758c9 100644 --- a/python/disorder.py.in +++ b/python/disorder.py.in @@ -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