Skip to content

Commit a4a24b7

Browse files
author
Andrew J Westlake
committed
Fixed typo in docs
1 parent 2964965 commit a4a24b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ where
13331333
}
13341334
/// Convert a Rust Future into a Python awaitable with a generic runtime
13351335
///
1336-
/// Unlike [`future_into_py`], this function will stop the Rust future from running when the
1336+
/// Unlike [`local_future_into_py`], this function will stop the Rust future from running when the
13371337
/// `asyncio.Future` is cancelled from Python.
13381338
///
13391339
/// __This function will be deprecated in favor of [`local_future_into_py`] in `v0.15` because

0 commit comments

Comments
 (0)