summaryrefslogtreecommitdiff
path: root/test_six.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_six.py')
-rw-r--r--test_six.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_six.py b/test_six.py
index 216e7d8..b942c8b 100644
--- a/test_six.py
+++ b/test_six.py
@@ -539,7 +539,7 @@ def test_add_metaclass():
assert issubclass(X, Base)
assert issubclass(X, Base2)
- # additionally test a second-generation subclass of a type
+ # Test a second-generation subclass of a type.
class Meta1(type):
m1 = "m1"
class Meta2(Meta1):