We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be626c8 commit f39d404Copy full SHA for f39d404
1 file changed
docs/source/data-structures/presentations/to-present.rst
@@ -207,8 +207,11 @@ enumerates *kb*) prior to calling this function.
207
>>> kb.run()
208
>>> p2 = to(kb, rtype=(Presentation,))
209
>>> for p in [p1, p2]:
210
- ... _ = presentation.sort_each_rule(p)
211
- ... _ = presentation.sort_rules(p)
+ ... # Returns whether any changes have been made
+ ... presentation.sort_each_rule(p)
212
+ ... presentation.sort_rules(p)
213
+ True
214
+ False
215
>>> p1 == p2
216
True
217
0 commit comments