Minor fix language in docstring
This commit is contained in:
parent
b144fd7cdd
commit
8d69a3316c
|
@ -24,7 +24,7 @@ class InvalidMatchingError(Exception):
|
||||||
|
|
||||||
|
|
||||||
class SolverError(Exception):
|
class SolverError(Exception):
|
||||||
"""Raised if the solver returns an error outputs an invalid format."""
|
"""Raised if the solver returns an error or outputs an invalid format."""
|
||||||
|
|
||||||
|
|
||||||
class Graph(NamedTuple):
|
class Graph(NamedTuple):
|
||||||
|
|
Loading…
Reference in New Issue