Issue #27626: Spelling fixes in docs, comments and internal names

Based on patch by Ville Skyttä.
This commit is contained in:
Martin Panter 2016-07-28 01:11:04 +00:00
parent eac67be948
commit eb9957065a
33 changed files with 48 additions and 48 deletions

View file

@ -97,7 +97,7 @@ class StructSeqTest(unittest.TestCase):
class Exc(Exception):
pass
# Devious code could crash structseqs' contructors
# Devious code could crash structseqs' constructors
class C:
def __getitem__(self, i):
raise Exc