summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_os.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
index b74d051..da143cf 100644
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -271,7 +271,7 @@ class StatAttributeTests(unittest.TestCase):
self.assertEqual(st2.st_mtime, int(st.st_mtime-delta))
def test_utime_noargs(self):
- # (insert issue#) removed the requirement to pass None as the
+ # Issue #13327 removed the requirement to pass None as the
# second argument. Check that the previous methods of passing
# a time tuple or None work in addition to no argument.
st = os.stat(support.TESTFN)