Skip to content

Commit

Permalink
[DATALAD RUNCMD] run codespell throughout fixing few left typos autom…
Browse files Browse the repository at this point in the history
…agically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Nov 27, 2024
1 parent c58b02e commit 2bf04d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/asyncio_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion sounddevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bf04d0

Please sign in to comment.