mirror of
https://github.com/python/cpython.git
synced 2024-11-27 20:04:41 +08:00
#18798: fix typo in test_fcntl. Patch by Vajrasky Kok.
This commit is contained in:
parent
0c2dd0c0a9
commit
78ede7c96d
@ -11,7 +11,7 @@ import _testcapi
|
||||
import unittest
|
||||
from test.support import verbose, TESTFN, unlink, run_unittest, import_module
|
||||
|
||||
# Skip test if no fnctl module.
|
||||
# Skip test if no fcntl module.
|
||||
fcntl = import_module('fcntl')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user