Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jul 15, 2020
1 parent 6b45959 commit 807dd1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sounddevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def play(data, samplerate=None, mapping=None, blocking=False, loop=False,
scripts. It cannot be used for multiple overlapping playbacks.
This function does the following steps internally:
* Call `stop()` to terminate any currently running invocation
of `play()`, `rec()` and `playrec()`.
Expand Down Expand Up @@ -190,7 +190,7 @@ def rec(frames=None, samplerate=None, channels=None, dtype=None,
scripts.
This function does the following steps internally:
* Call `stop()` to terminate any currently running invocation
of `play()`, `rec()` and `playrec()`.
Expand Down Expand Up @@ -261,7 +261,7 @@ def rec(frames=None, samplerate=None, channels=None, dtype=None,
argument or by assigning a value to `default.samplerate`),
the default sampling rate of the sound device will be used
(see `query_devices()`).
See Also
--------
play, playrec
Expand All @@ -287,7 +287,7 @@ def playrec(data, samplerate=None, channels=None, dtype=None,
"""Simultaneous playback and recording of NumPy arrays.
This function does the following steps internally:
* Call `stop()` to terminate any currently running invocation
of `play()`, `rec()` and `playrec()`.
Expand Down

0 comments on commit 807dd1c

Please sign in to comment.