We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb20f96 commit a3972ddCopy full SHA for a3972dd
data_structures/Binary Tree/binary_seach_tree.py
@@ -12,7 +12,7 @@ def getLabel(self):
12
return self.label
13
14
def setLabel(self, label):
15
- self.label = label
+ self.label = label
16
17
def getLeft(self):
18
return self.left
0 commit comments