Fix typos discovered by codespell

This commit is contained in:
Christian Clauss
2021-09-08 02:15:25 +02:00
parent 336605b8e4
commit 86583c578c
37 changed files with 59 additions and 59 deletions

View File

@@ -34,7 +34,7 @@ def test_event_allowed_exceptions():
events = EventManager(object()) # pass an dummy object as an app
events.connect('builder-inited', raise_error, priority=500)
# all errors are conveted to ExtensionError
# all errors are converted to ExtensionError
with pytest.raises(ExtensionError):
events.emit('builder-inited')