Skip to content

Commit 15045db

Browse files
authored
Fix typo in free-threading.md (#5330)
Fix typo in free-threading.md "not not" -> not
1 parent 4bef324 commit 15045db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/free-threading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ simultaneously interacting with the interpreter.
164164
You still need to obtain a `'py` lifetime is to interact with Python
165165
objects or call into the CPython C API. If you are not yet attached to the
166166
Python runtime, you can register a thread using the [`Python::attach`]
167-
function. Threads created via the Python [`threading`] module do not not need to
167+
function. Threads created via the Python [`threading`] module do not need to
168168
do this, and pyo3 will handle setting up the [`Python<'py>`] token when CPython
169169
calls into your extension.
170170

0 commit comments

Comments
 (0)