From 4973eb3215f55e138084670c7bf287629b374e59 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Tue, 8 Nov 2022 16:51:39 +0000 Subject: [PATCH] reword docstring --- tests/x32/__init__.py | 2 +- tests/xair/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/x32/__init__.py b/tests/x32/__init__.py index c272c28..36b1496 100644 --- a/tests/x32/__init__.py +++ b/tests/x32/__init__.py @@ -15,7 +15,7 @@ kind = kinds.get(kind_id) @dataclass class Data: - """bounds data to map tests to a kind""" + """bounds test data to a kind""" name: str = kind.id_ dca: int = kind.num_dca - 1 diff --git a/tests/xair/__init__.py b/tests/xair/__init__.py index 83f2b8f..396c8fa 100644 --- a/tests/xair/__init__.py +++ b/tests/xair/__init__.py @@ -15,7 +15,7 @@ kind = kinds.get(kind_id) @dataclass class Data: - """bounds data to map tests to a kind""" + """bounds test data to a kind""" name: str = kind.id_ dca: int = kind.num_dca - 1