Skip to content

Commit 97e4a9d

Browse files
committed
Argh, fix class ref.
1 parent c2cc5d8 commit 97e4a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/free-threading-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ following types:
260260
* module top-level functions
261261
* class methods defined in the class scope
262262
* descriptor objects
263-
* thread-local objects, created by :class:`thread.local`
263+
* thread-local objects, created by :class:`threading.local`
264264

265265
When deferred reference counting is enabled, references from Python function
266266
stacks are not added to the reference count. This scheme reduces the overhead

0 commit comments

Comments
 (0)