summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_class.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_class.py')
-rw-r--r--Lib/test/test_class.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_class.py b/Lib/test/test_class.py
index f6ec213..902f788 100644
--- a/Lib/test/test_class.py
+++ b/Lib/test/test_class.py
@@ -928,7 +928,7 @@ class TestInlineValues(unittest.TestCase):
C.a
C.a
- # destructor shouldn't be able to see inconsisent state
+ # destructor shouldn't be able to see inconsistent state
C.a = X()
C.a = X()