summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-08-06 21:00:37 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-08-06 21:00:37 (GMT)
commitf3637327ff0edd2bc2d0f6dffad9768611e6457e (patch)
treec5e23affa744f7b8acc989947d0c2c99e726c13a /Misc
parenta0ceb731fb8bbd4aeefdb25b7aa9d5fa7abed5f9 (diff)
downloadcpython-f3637327ff0edd2bc2d0f6dffad9768611e6457e.zip
cpython-f3637327ff0edd2bc2d0f6dffad9768611e6457e.tar.gz
cpython-f3637327ff0edd2bc2d0f6dffad9768611e6457e.tar.bz2
Fix typo
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ae93aa..040bef7 100644
--- 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.