[Python-checkins] cpython (3.3): #18798: fix typo in test_fcntl. Patch by Vajrasky Kok.

ezio.melotti python-checkins at python.org
Fri Aug 23 22:09:55 CEST 2013


http://hg.python.org/cpython/rev/41c90b8f49d9
changeset:   85351:41c90b8f49d9
branch:      3.3
parent:      85342:26c049dc1a4a
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Aug 23 23:06:31 2013 +0300
summary:
  #18798: fix typo in test_fcntl.  Patch by Vajrasky Kok.

files:
  Lib/test/test_fcntl.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py
--- a/Lib/test/test_fcntl.py
+++ b/Lib/test/test_fcntl.py
@@ -11,7 +11,7 @@
 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')
 
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list