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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user