summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1d1bbd8..aabe48b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -150,7 +150,7 @@ Library
- Issue 27512: Fix a segfault when os.fspath() called a an __fspath__() method
that raised an exception. Patch by Xiang Zhang.
-- Issue 26988: Add AutoEnum.
+- Issue #26988: Add AutoEnum.
Tests
-----