Skip to content

Commit

Permalink
Doc string added
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Hoflay committed Nov 4, 2019
1 parent 07cca28 commit 4bdd911
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ def create_summary(self, level=0):
"""
Creates summary of actions
:param level: The level this item lives within the tree, for indentation purposes.
:type level: int
:returns: List of strings
"""
if self.checked:
Expand Down

0 comments on commit 4bdd911

Please sign in to comment.