]> granicus.if.org Git - python/commitdiff
Close #19345: fix typo
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 23 Oct 2013 16:54:43 +0000 (18:54 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 23 Oct 2013 16:54:43 +0000 (18:54 +0200)
Doc/whatsnew/3.4.rst

index 5e2267948a739fecedf4970a413bca588a4ccc45..392af3b3c577a40f999bb0212fd9d1d0011f3a7e 100644 (file)
@@ -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