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 2964965 commit a4a24b7Copy full SHA for a4a24b7
src/generic.rs
@@ -1333,7 +1333,7 @@ where
1333
}
1334
/// Convert a Rust Future into a Python awaitable with a generic runtime
1335
///
1336
-/// Unlike [`future_into_py`], this function will stop the Rust future from running when the
+/// Unlike [`local_future_into_py`], this function will stop the Rust future from running when the
1337
/// `asyncio.Future` is cancelled from Python.
1338
1339
/// __This function will be deprecated in favor of [`local_future_into_py`] in `v0.15` because
0 commit comments