From 737104c4c37a280d9dce982f433b802ce3b036a9 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 27 Nov 2024 10:31:25 -0500 Subject: [PATCH] DOC: fix spelling as suggested by codespell --- examples/asyncio_generators.py | 2 +- sounddevice.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/asyncio_generators.py b/examples/asyncio_generators.py index 463a650..be5f5a6 100755 --- a/examples/asyncio_generators.py +++ b/examples/asyncio_generators.py @@ -84,7 +84,7 @@ async def wire_coro(**kwargs): async def main(**kwargs): - print('Some informations about the input signal:') + print('Some information about the input signal:') try: await asyncio.wait_for(print_input_infos(), timeout=2) except asyncio.TimeoutError: diff --git a/sounddevice.py b/sounddevice.py index 28d31a9..7963ab8 100644 --- a/sounddevice.py +++ b/sounddevice.py @@ -2486,7 +2486,7 @@ def __init__(self, exclusive=False, auto_convert=False): class _CallbackContext: - """Helper class for re-use in play()/rec()/playrec() callbacks.""" + """Helper class for reuse in play()/rec()/playrec() callbacks.""" blocksize = None data = None