Skip to content

Commit 3963750

Browse files
committed
renamed v2/models.rules to rule.py, updated comments
1 parent 0540833 commit 3963750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api_v2/models/rules.py renamed to api_v2/models/rule.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
class RuleSet(HasName, HasDescription, FromDocument):
66
"""
7-
The RuleGroup model contains a set of Rules as part of a larger article, or
7+
The RuleSet model contains a set of Rules as part of a larger article, or
88
as a chapter of a book.
99
"""
1010
key = key_field()
1111

1212

1313
class Rule(HasName, HasDescription, FromDocument):
1414
""""
15-
The Rule model contains information about a single rule from a larger RuleGroup.
15+
The Rule model contains information about a single rule from a larger RuleSet.
1616
Each Rule is typically a paragraph or two long and might contain tables.
1717
"""
1818

0 commit comments

Comments
 (0)