Fix minor typo in examples/sync_audio_stream_in_async_context.py

This typo does not cause any errors but it is better to fix it.

Signed-off-by: rany2 <rany2@riseup.net>
This commit is contained in:
rany2 2024-04-21 18:09:54 +03:00
parent 211e283d5b
commit 8d12741673

View File

@ -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.