8000 remove extra space in test_posix.py · python/cpython@de57a99 · GitHub
[go: up one dir, main page]

Skip to content

Commit de57a99

Browse files
committed
remove extra space in test_posix.py
1 parent 3ebb40c commit de57a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_posix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@ def test_posix_spawnp(self):
19331933
class TestPosixWeaklinking(unittest.TestCase):
19341934
# These test cases verify that weak linking support on macOS works
19351935
# as expected. These cases only test new behaviour introduced by weak linking,
1936-
# regular behaviour is tested by the normal test cases.
1936+
# regular behaviour is tested by the normal test cases.
19371937
#
19381938
# See the section on Weak Linking in Mac/README.txt for more information.
19391939
def setUp(self):

0 commit comments

Comments
 (0)
0