1
0
Fork 0

Minor fix language in docstring

This commit is contained in:
Joris van Rantwijk 2023-03-13 21:56:46 +01:00
parent b144fd7cdd
commit 8d69a3316c
1 changed files with 1 additions and 1 deletions

View File

@ -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):