From 6aa52f052227db20e7da4c0fbbcf3b0629e7153f Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 27 Sep 2019 10:35:16 +0200 Subject: [PATCH] typo --- platypush/plugins/sound/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/plugins/sound/__init__.py b/platypush/plugins/sound/__init__.py index cd5804d3..e564906a 100644 --- a/platypush/plugins/sound/__init__.py +++ b/platypush/plugins/sound/__init__.py @@ -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.::