forked from platypush/platypush
typo
This commit is contained in:
parent
a17dba3ec6
commit
6aa52f0522
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class SoundPlugin(Plugin):
|
||||||
|
|
||||||
:param sound: Sound to play. Specify this if you want to play
|
:param sound: Sound to play. Specify this if you want to play
|
||||||
synthetic sounds. You can also create polyphonic sounds by just
|
synthetic sounds. You can also create polyphonic sounds by just
|
||||||
calling play multple times.
|
calling play multiple times.
|
||||||
:type sound: Sound. You can initialize it either from a list
|
:type sound: Sound. You can initialize it either from a list
|
||||||
of `Sound` objects or from its JSON representation, e.g.::
|
of `Sound` objects or from its JSON representation, e.g.::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue