mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2024-11-15 17:40:57 +00:00
reword docstring
This commit is contained in:
parent
65a817ed87
commit
4973eb3215
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user