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 f846701 commit fe86388Copy full SHA for fe86388
README.md
@@ -229,7 +229,7 @@ to do something special with the object that it returns.
229
Normally in Python, that something special is the `await` keyword, but in order to await this
230
coroutine in Rust, we first need to convert it into Rust's version of a `coroutine`: a `Future`.
231
That's where `pyo3-async-runtimes` comes in.
232
-[`pyo3_async_runtimes::into_future`](https://docs.rs/pyo3-asyncio/latest/pyo3_async_runtimes/fn.into_future.html)
+[`pyo3_async_runtimes::into_future`](https://docs.rs/pyo3-async-runtimes/latest/pyo3_async_runtimes/fn.into_future.html)
233
performs this conversion for us:
234
235
```rust no_run
0 commit comments