From 3dd263faabfd2b7cee9befa062f5e84827360643 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 23 Oct 2013 18:54:43 +0200 Subject: Close #19345: fix typo --- Doc/whatsnew/3.4.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 5e22679..392af3b 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 -- cgit v0.12