mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
#18798: fix typo in test_fcntl. Patch by Vajrasky Kok.
This commit is contained in:
parent
0c2dd0c0a9
commit
78ede7c96d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue