summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-10-23 16:54:43 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2013-10-23 16:54:43 (GMT)
commit3dd263faabfd2b7cee9befa062f5e84827360643 (patch)
tree50df46df0066e8657ddfb8429dc6f8045ae5e6ee /Doc
parentef3b1fbb2bb8e8b6f8da00d6839462d2d51a5086 (diff)
downloadcpython-3dd263faabfd2b7cee9befa062f5e84827360643.zip
cpython-3dd263faabfd2b7cee9befa062f5e84827360643.tar.gz
cpython-3dd263faabfd2b7cee9befa062f5e84827360643.tar.bz2
Close #19345: fix typo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst4
1 files 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