Skip to content

Commit

Permalink
merge cells in example
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Sep 6, 2024
1 parent 292bac5 commit 1c7c1b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/plot_12_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ async def afn():
# %%
# Without any handling, the snippet above would trigger a `SyntaxError`, since we are using `await` outside of an
# asynchronous context. With the background handling, it works just fine.

# %%
# Apart from `await` all other asynchronous syntax is supported as well.
#
# Apart from `await` that we used above, all other asynchronous syntax is supported as well.
#
# ## Asynchronous Generators

Expand Down

0 comments on commit 1c7c1b7

Please sign in to comment.