From: Victor Stinner Date: Wed, 23 Oct 2013 16:54:43 +0000 (+0200) Subject: Close #19345: fix typo X-Git-Tag: v3.4.0b1~566 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dd263faabfd2b7cee9befa062f5e84827360643;p=python Close #19345: fix typo --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 5e2267948a..392af3b3c5 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -678,8 +678,8 @@ Deprecated Python modules, functions and methods Deprecated functions and types of the C API ------------------------------------------- -* The ``PyThreadState.tick_counter`` field has been value: its value was meaningless - since Python 3.2 ("new GIL"). +* The ``PyThreadState.tick_counter`` field has been removed: its value was + meaningless since Python 3.2 ("new GIL"). Deprecated features