summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Furman <ethan@stoneleaf.us>2016-08-16 19:29:31 (GMT)
committerEthan Furman <ethan@stoneleaf.us>2016-08-16 19:29:31 (GMT)
commite9850f06aed0d7f7195ee18b45e7e6f3255cd55e (patch)
treec87e940a0e83ed5b62a0b743f89c626c80625923
parenta5f1fbd493006eaa87fdd32b20333ca68c97e29f (diff)
downloadcpython-e9850f06aed0d7f7195ee18b45e7e6f3255cd55e.zip
cpython-e9850f06aed0d7f7195ee18b45e7e6f3255cd55e.tar.gz
cpython-e9850f06aed0d7f7195ee18b45e7e6f3255cd55e.tar.bz2
fix hyperlink
-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
-----