From 8d69a3316cec3910eaf04c2d761dc5a902c1f830 Mon Sep 17 00:00:00 2001 From: Joris van Rantwijk Date: Mon, 13 Mar 2023 21:56:46 +0100 Subject: [PATCH] Minor fix language in docstring --- tests/run_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_test.py b/tests/run_test.py index 4e3de45..7d1dcb6 100755 --- a/tests/run_test.py +++ b/tests/run_test.py @@ -24,7 +24,7 @@ class InvalidMatchingError(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):