reword docstring

This commit is contained in:
onyx-and-iris 2022-11-08 16:51:39 +00:00
parent 65a817ed87
commit 4973eb3215
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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