Skip to content

Commit

Permalink
Fix doc formatting for zero-sleep-call (#8937)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Dec 1, 2023
1 parent 46a174a commit 69dfe0a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ use crate::importer::ImportRequest;
/// ```python
/// import trio
///
///
/// async def func():
/// await trio.sleep(0)
/// ```
Expand All @@ -26,6 +27,7 @@ use crate::importer::ImportRequest;
/// ```python
/// import trio
///
///
/// async def func():
/// await trio.lowlevel.checkpoint()
/// ```
Expand Down

0 comments on commit 69dfe0a

Please sign in to comment.