Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: typo
  • Loading branch information
wyfo committed Jan 15, 2025
commit 1b3fa983863cd0e78dadb92d7cf5cde25e9eb3d2
2 changes: 1 addition & 1 deletion guide/src/async-await/awaiting_python_awaitables.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Awaiting Python awaitables

Python awaitable can be awaited on Rust side
using [`await_in_coroutine`]({{#PYO3_DOCS_URL}}/pyo3/coroutine/function.await_in_coroutine).
using [`await_in_coroutine`]({{#PYO3_DOCS_URL}}/pyo3/coroutine/fn.await_in_coroutine).

```rust
# # ![allow(dead_code)]
Expand Down
Loading