We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7937cf1 commit 2bf3a47Copy full SHA for 2bf3a47
pyoverkiz/models.py
@@ -596,7 +596,7 @@ def __init__(
596
self.last_update_time = last_update_time
597
self.label = (
598
label or ""
599
- ) # for backwards compatiblity we set label to empty string if None
+ ) # for backwards compatibility we set label to empty string if None
600
self.metadata = metadata
601
self.shortcut = shortcut
602
self.notification_type_mask = notification_type_mask
0 commit comments