Skip to content

Commit 78ede7c

Browse files
committed
#18798: fix typo in test_fcntl. Patch by Vajrasky Kok.
1 parent 0c2dd0c commit 78ede7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_fcntl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import unittest
1212
from test.support import verbose, TESTFN, unlink, run_unittest, import_module
1313

14-
# Skip test if no fnctl module.
14+
# Skip test if no fcntl module.
1515
fcntl = import_module('fcntl')
1616

1717

0 commit comments

Comments
 (0)