Skip to content

Commit a69f51b

Browse files
committed
Another typo in Sound docstring.
1 parent ec7eb58 commit a69f51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ev3dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2441,7 +2441,7 @@ class Sound:
24412441
Note that all methods of the class spawn system processes and return
24422442
subprocess.Popen objects. The methods are asynchronous (they return
24432443
immediately after child process was spawned, without waiting for its
2444-
completion, but you can call wait() on the returned result.
2444+
completion), but you can call wait() on the returned result.
24452445
24462446
Examples:
24472447

0 commit comments

Comments
 (0)