Skip to content

Commit

Permalink
Minor changes to docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
bas committed Aug 8, 2024
1 parent 79585e6 commit 98fe5f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dq_suite/input_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@dataclass()
class Rule:
"""
Groups together the name of the GX validation rule, together with the
Groups the name of the GX validation rule together with the
parameters required to apply this rule.
"""

Expand All @@ -28,9 +28,9 @@ def __getitem__(self, key) -> str | List[Dict[str, Any]] | None:
@dataclass()
class RulesDict:
"""
Groups together a list of Rules, together with the name of the table
Groups a list of Rule-objects together with the name of the table
these rules are to be applied to, as well as a unique identifier used for
uniquely identifying outliers.
identifying outliers.
"""

unique_identifier: str # TODO: List[str] for more complex keys?
Expand Down

0 comments on commit 98fe5f6

Please sign in to comment.