No starting docstrings with This
This commit is contained in:
parent
f51dae7b3a
commit
be6a6ca6fe
13 changed files with 46 additions and 68 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue