]> granicus.if.org Git - python/commitdiff
Add missing # to NEWS
authorMichael Foord <fuzzyman@voidspace.org.uk>
Mon, 11 May 2009 18:01:45 +0000 (18:01 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Mon, 11 May 2009 18:01:45 +0000 (18:01 +0000)
Misc/NEWS

index 8689f141954da16cb218c016db6517f431caaabe..a7b5124ec8dac1de6a3d5cc7076973218c0246d7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -432,7 +432,7 @@ Library
 - Issue #5995: unittest.main now takes an optional verbosity argument allowing 
   test modules to be run with a higher than default verbosity.
   
-- Issue 5995: A fix to allow you to run "python -m unittest test_module" or 
+- Issue #5995: A fix to allow you to run "python -m unittest test_module" or 
   "python -m unittest test_module.TestClass" from the command line.
 
 - Issue #5728: unittest.TestResult has new startTestRun and stopTestRun methods;