We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb20f96 + a3972dd commit d4d56a6Copy full SHA for d4d56a6
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