From d655d65d3ac79a5ffa8e5ce4e23a93d549b27c21 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Sat, 16 Sep 2023 18:03:56 +0100 Subject: [PATCH] Fix typo in comment --- test/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_utils.py b/test/test_utils.py index 0dcf80db..c6b8011c 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -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):