From e936dc2974518b2bd3d31f7578c5e3f0a1bd9ecb Mon Sep 17 00:00:00 2001 From: Beth Probert Date: Wed, 2 Jul 2025 13:12:10 +0000 Subject: [PATCH] Apply suggestions from code review of branch unique-len --- tests/utilities/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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