We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0540833 commit 3963750Copy full SHA for 3963750
api_v2/models/rules.py renamed to api_v2/models/rule.py
@@ -4,15 +4,15 @@
4
5
class RuleSet(HasName, HasDescription, FromDocument):
6
"""
7
- The RuleGroup model contains a set of Rules as part of a larger article, or
+ The RuleSet model contains a set of Rules as part of a larger article, or
8
as a chapter of a book.
9
10
key = key_field()
11
12
13
class Rule(HasName, HasDescription, FromDocument):
14
""""
15
- The Rule model contains information about a single rule from a larger RuleGroup.
+ The Rule model contains information about a single rule from a larger RuleSet.
16
Each Rule is typically a paragraph or two long and might contain tables.
17
18
0 commit comments