diff --git a/tests/utilities/__init__.py b/tests/utilities/__init__.py index 6e5aab2b..6045086e 100644 --- a/tests/utilities/__init__.py +++ b/tests/utilities/__init__.py @@ -2,7 +2,7 @@ This sub-package contains utilities that help with testing and debugging. At the top level are some very basic testing functions, more specific testing -is provides by modules inside the package. +is provided by modules inside the package. """ from typing import Protocol, Iterable