This commit is contained in:
Fabio Manganiello 2019-09-27 10:35:16 +02:00
parent a17dba3ec6
commit 6aa52f0522
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ class SoundPlugin(Plugin):
:param sound: Sound to play. Specify this if you want to play
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
of `Sound` objects or from its JSON representation, e.g.::