diff --git a/clintest/__init__.py b/clintest/__init__.py index fa52206..f298177 100644 --- a/clintest/__init__.py +++ b/clintest/__init__.py @@ -143,7 +143,8 @@ ### Debugging Understanding why a test has failed can be challenging if one has no insight into the interaction between the test and the solver. -This is where `clintest.test.Record`, a test that can be wrapped around any other test, comes in handy. +This is where `clintest.test.Record` comes in handy. +`clintest.test.Record` can be wrapped around any other test to save crucial information. ``` from clintest.test import Record