From 6c61a5afef996aec59309480236d06ad174d0866 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Fri, 23 Aug 2013 23:06:31 +0300 Subject: [PATCH] #18798: fix typo in test_fcntl. Patch by Vajrasky Kok. --- Lib/test/test_fcntl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py index 7a35f61396d0..d7e409cefc6f 100644 --- a/Lib/test/test_fcntl.py +++ b/Lib/test/test_fcntl.py @@ -11,7 +11,7 @@ import unittest from test.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') -- 2.47.3