From acfa291af9fea3348d4ff2b801efebc14fdd1191 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 27 May 2013 14:49:31 -0700 Subject: [PATCH] grammar --- Misc/NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 737672a200..0e01e1581b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,9 +10,9 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- -- Issue #17206: Py_CLEAR(), Py_DECREF(), Py_XINCREF() and Py_XDECREF() now - expands their arguments once instead of multiple times. - Patch written by Illia Polosukhin. +- Issue #17206: Py_CLEAR(), Py_DECREF(), Py_XINCREF() and Py_XDECREF() now + expand their arguments once instead of multiple times. Patch written by Illia + Polosukhin. - Issue #17937: Try harder to collect cyclic garbage at shutdown. -- 2.50.0