We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bef324 commit 15045dbCopy full SHA for 15045db
guide/src/free-threading.md
@@ -164,7 +164,7 @@ simultaneously interacting with the interpreter.
164
You still need to obtain a `'py` lifetime is to interact with Python
165
objects or call into the CPython C API. If you are not yet attached to the
166
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
+function. Threads created via the Python [`threading`] module do not need to
168
do this, and pyo3 will handle setting up the [`Python<'py>`] token when CPython
169
calls into your extension.
170
0 commit comments