Skip to content

Commit fe86388

Browse files
Update README.md
Co-authored-by: David Hewitt <[email protected]>
1 parent f846701 commit fe86388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ to do something special with the object that it returns.
229229
Normally in Python, that something special is the `await` keyword, but in order to await this
230230
coroutine in Rust, we first need to convert it into Rust's version of a `coroutine`: a `Future`.
231231
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)
232+
[`pyo3_async_runtimes::into_future`](https://docs.rs/pyo3-async-runtimes/latest/pyo3_async_runtimes/fn.into_future.html)
233233
performs this conversion for us:
234234

235235
```rust no_run

0 commit comments

Comments
 (0)