Fix typos

This commit is contained in:
luzpaz
2023-12-22 13:35:23 +00:00
parent d783f2fce4
commit 9c8a3f27f9
6 changed files with 7 additions and 7 deletions

View File

@@ -226,11 +226,11 @@ class TempoVis(object):
# <stack interface>
def _inserted(self, stack, index):
"""calles when this tv is inserted into a stack"""
"""called when this tv is inserted into a stack"""
self.stack = stack
def _withdrawn(self, stack, index):
"""calles when this tv is withdrawn from a stack"""
"""called when this tv is withdrawn from a stack"""
self.stack = None
@property