Skip to content

Commit ce3cbed

Browse files
author
Liam Hoflay
committed
Doc string added
1 parent 619b303 commit ce3cbed

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

+3
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)