Skip to content

Commit

Permalink
Fix minor typo in examples/sync_audio_stream_in_async_context.py
Browse files Browse the repository at this point in the history
This typo does not cause any errors but it is better to fix it.

Signed-off-by: rany2 <[email protected]>
  • Loading branch information
rany2 committed Apr 21, 2024
1 parent 211e283 commit 8d12741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sync_audio_stream_in_async_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def main() -> None:


async def amain() -> None:
""" "
"""
Async main function to call sync main function
This demonstrates that this works even when called from an async function.
Expand Down

0 comments on commit 8d12741

Please sign in to comment.