Fix typo in comment

This commit is contained in:
Peter Law
2023-09-16 18:03:56 +01:00
parent 51f4a99a1e
commit d655d65d3a

View File

@@ -84,7 +84,7 @@ class TestSetupReadline(unittest.TestCase):
'SCHED_'])
}
# There are quite a few differences, because both Windows and Linux
# (posix and nt) librariesare included.
# (posix and nt) libraries are included.
assert len(difference) < 30
def test_local_import(self):