Skip to content

Commit 5f36ba9

Browse files
authored
typos (#903)
1 parent f3dfe96 commit 5f36ba9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/test_make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ class C(object):
310310

311311
def test_multiple_inheritance_old(self):
312312
"""
313-
Old multiple inheritance attributre collection behavior is retained.
313+
Old multiple inheritance attribute collection behavior is retained.
314314
315315
See #285
316316
"""

tests/test_slots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def f(self):
717717

718718

719719
@pytest.mark.skipif(PY2, reason="shortcut super() is PY3-only.")
720-
def test_slots_super_property_get_shurtcut():
720+
def test_slots_super_property_get_shortcut():
721721
"""
722722
On Python 3, the `super()` shortcut is allowed.
723723
"""

tests/test_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_default(self):
6464
assert _config._run_validators is True
6565

6666
@pytest.mark.parametrize("value, expected", [(True, False), (False, True)])
67-
def test_set_validators_diabled(self, value, expected):
67+
def test_set_validators_disabled(self, value, expected):
6868
"""
6969
Sets `_run_validators`.
7070
"""

0 commit comments

Comments
 (0)