We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9ae035 + a69f51b commit fe8c2d5Copy full SHA for fe8c2d5
ev3dev.py
@@ -2446,7 +2446,7 @@ class Sound:
2446
Note that all methods of the class spawn system processes and return
2447
subprocess.Popen objects. The methods are asynchronous (they return
2448
immediately after child process was spawned, without waiting for its
2449
- completion, but you can call wait() on the returned result.
+ completion), but you can call wait() on the returned result.
2450
2451
Examples::
2452
0 commit comments