diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-10-23 18:54:43 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-10-23 18:54:43 +0200 |
commit | 3dd263faabfd2b7cee9befa062f5e84827360643 (patch) | |
tree | 50df46df0066e8657ddfb8429dc6f8045ae5e6ee | |
parent | ef3b1fbb2bb8e8b6f8da00d6839462d2d51a5086 (diff) | |
download | cpython-git-3dd263faabfd2b7cee9befa062f5e84827360643.tar.gz |
Close #19345: fix typo
-rw-r--r-- | Doc/whatsnew/3.4.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 |