No starting docstrings with This

This commit is contained in:
Julian Stirling 2025-07-10 00:59:47 +01:00
parent f51dae7b3a
commit be6a6ca6fe
13 changed files with 46 additions and 68 deletions

View file

@ -1,8 +1,8 @@
"""
This sub-package contains utilities that help with testing and debugging.
Utilities for testing and debugging.
At the top level are some very basic testing functions, more specific testing
is provided by modules inside the package.
At the top level are some basic testing functions. More specific testing utilities are
provided by modules inside the package.
"""
from typing import Protocol, Iterable