diff options
Diffstat (limited to 'Lib/test/test_set.py')
| -rw-r--r-- | Lib/test/test_set.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_set.py b/Lib/test/test_set.py index cc18d57215..07bfe0657e 100644 --- a/Lib/test/test_set.py +++ b/Lib/test/test_set.py @@ -583,7 +583,7 @@ class TestSet(TestJointOps):                  self.le_called = True                  return False -        # This first tries the bulitin rich set comparison, which doesn't know +        # This first tries the builtin rich set comparison, which doesn't know          # how to handle the custom object. Upon returning NotImplemented, the          # corresponding comparison on the right object is invoked.          myset = {1, 2, 3}  | 
