Skip to content

Commit 807dd1c

Browse files
committed
Whitespace fix
1 parent 6b45959 commit 807dd1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sounddevice.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def play(data, samplerate=None, mapping=None, blocking=False, loop=False,
108108
scripts. It cannot be used for multiple overlapping playbacks.
109109
110110
This function does the following steps internally:
111-
111+
112112
* Call `stop()` to terminate any currently running invocation
113113
of `play()`, `rec()` and `playrec()`.
114114
@@ -190,7 +190,7 @@ def rec(frames=None, samplerate=None, channels=None, dtype=None,
190190
scripts.
191191
192192
This function does the following steps internally:
193-
193+
194194
* Call `stop()` to terminate any currently running invocation
195195
of `play()`, `rec()` and `playrec()`.
196196
@@ -261,7 +261,7 @@ def rec(frames=None, samplerate=None, channels=None, dtype=None,
261261
argument or by assigning a value to `default.samplerate`),
262262
the default sampling rate of the sound device will be used
263263
(see `query_devices()`).
264-
264+
265265
See Also
266266
--------
267267
play, playrec
@@ -287,7 +287,7 @@ def playrec(data, samplerate=None, channels=None, dtype=None,
287287
"""Simultaneous playback and recording of NumPy arrays.
288288
289289
This function does the following steps internally:
290-
290+
291291
* Call `stop()` to terminate any currently running invocation
292292
of `play()`, `rec()` and `playrec()`.
293293

0 commit comments

Comments
 (0)