Commit 78ede7c9 authored by Ezio Melotti's avatar Ezio Melotti

#18798: fix typo in test_fcntl. Patch by Vajrasky Kok.

parent 0c2dd0c0
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment