Skip to content

Commit 737104c

Browse files
yarikopticmgeier
authored andcommitted
DOC: fix spelling as suggested by codespell
1 parent ce9aa94 commit 737104c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/asyncio_generators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async def wire_coro(**kwargs):
8484

8585

8686
async def main(**kwargs):
87-
print('Some informations about the input signal:')
87+
print('Some information about the input signal:')
8888
try:
8989
await asyncio.wait_for(print_input_infos(), timeout=2)
9090
except asyncio.TimeoutError:

sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2486,7 +2486,7 @@ def __init__(self, exclusive=False, auto_convert=False):
24862486

24872487

24882488
class _CallbackContext:
2489-
"""Helper class for re-use in play()/rec()/playrec() callbacks."""
2489+
"""Helper class for reuse in play()/rec()/playrec() callbacks."""
24902490

24912491
blocksize = None
24922492
data = None

0 commit comments

Comments
 (0)