]> granicus.if.org Git - python/commitdiff
Fix typo
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 6 Aug 2009 21:00:37 +0000 (21:00 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 6 Aug 2009 21:00:37 +0000 (21:00 +0000)
Misc/NEWS

index 9ae93aac6a3fa648f587483433788d76fea2d7a7..040bef785e5d60c66453125ef8d975635a81a13d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -97,7 +97,7 @@ Library
   know how to handle a comparison without loss of precision.  Also add
   correct handling of infinities and nans for comparisons with float.
 
-- Issue #6415: Fixed warnings.warn sagfault on bad formatted string.
+- Issue #6415: Fixed warnings.warn segfault on bad formatted string.
 
 - Issue #6358: The exit status of a command started with os.popen() was
   reported differently than it did with python 2.x.