Close #19345: fix typo

This commit is contained in:
Victor Stinner 2013-10-23 18:54:43 +02:00
parent ef3b1fbb2b
commit 3dd263faab
1 changed files with 2 additions and 2 deletions

View 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