summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 79509eb..6cce3be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2439,7 +2439,7 @@ Library
- Issue #4591: Uid and gid values larger than 2**31 are supported now.
-- Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
+- Issue #17141: random.vonmisesvariate() no longer hangs for large kappas.
- Issue #17149: Fix random.vonmisesvariate to always return results in
[0, 2*math.pi].