Skip to content

Commit 4babf25

Browse files
committed
Minor formatting changes in README
1 parent 298a47f commit 4babf25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ After that, you can drop the additional arguments:
130130
>>> myrecording = sd.rec(duration * fs)
131131

132132
This function also returns immediately but continues recording in the
133-
background. In the meantime, you can run other commands. If you want to check if
134-
the recording is finished, you should use `sounddevice.wait()`:
133+
background. In the meantime, you can run other commands. If you want to check
134+
if the recording is finished, you should use `sounddevice.wait()`:
135135

136136
>>> sd.wait()
137137

0 commit comments

Comments
 (0)