diff --git a/examples/sync_audio_stream_in_async_context.py b/examples/sync_audio_stream_in_async_context.py index 68f0d44..54c20a7 100644 --- a/examples/sync_audio_stream_in_async_context.py +++ b/examples/sync_audio_stream_in_async_context.py @@ -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.