Skip to content

Commit 4bdd911

Browse files
author
Liam Hoflay
committed
Doc string added
1 parent 07cca28 commit 4bdd911

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/tk_multi_publish2/publish_tree_widget/tree_node_item.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ def create_summary(self, level=0):
6464
"""
6565
Creates summary of actions
6666
67+
:param level: The level this item lives within the tree, for indentation purposes.
68+
:type level: int
69+
6770
:returns: List of strings
6871
"""
6972
if self.checked:

0 commit comments

Comments
 (0)