summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-09-12 16:24:02 (GMT)
committerLarry Hastings <larry@hastings.org>2015-09-12 16:24:02 (GMT)
commitfcdd34d263170f55482154f0d201d9e27bb51609 (patch)
tree98e4d69f590b7c060d8bff5cf5c40e49f8b70e7f /Misc/NEWS
parent17e9f3b7748a878d6e67279eac25f31713a54371 (diff)
downloadcpython-fcdd34d263170f55482154f0d201d9e27bb51609.zip
cpython-fcdd34d263170f55482154f0d201d9e27bb51609.tar.gz
cpython-fcdd34d263170f55482154f0d201d9e27bb51609.tar.bz2
Regenerate pydoc topics, fix minor non-RST formatting in Misc/NEWS.
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 df3b9d8..f280b9a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -146,7 +146,7 @@ Library
- Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Patch by Gustavo J. A. M. Carneiro.
-- Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
+- Issue #24791: Fix grammar regression for call syntax: ``g(*a or b)``.
IDLE
----