Skip to content

Commit 2bf04d0

Browse files
committed
[DATALAD RUNCMD] run codespell throughout fixing few left typos automagically
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent c58b02e commit 2bf04d0

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)