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

@@ -224,7 +224,7 @@ def test_class():
'\n'
' def __init__(self):\n'
' self.a = 1 + 1 #: comment3\n'
' self.attr2 = 1 + 1 #: overrided\n'
' self.attr2 = 1 + 1 #: overridden\n'
' b = 1 + 1 #: comment5\n'
'\n'
' def some_method(self):\n'