From f2d231561093874f39fd87a50f84c288632a1a93 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 26 Dec 2018 23:16:37 +0100 Subject: [PATCH] Extended Sound class docstring --- platypush/plugins/sound/core.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platypush/plugins/sound/core.py b/platypush/plugins/sound/core.py index 6ccc35630..fba2302d7 100644 --- a/platypush/plugins/sound/core.py +++ b/platypush/plugins/sound/core.py @@ -56,8 +56,9 @@ class Sound(object): release/pause/stop :type duration: float - :param shape: Wave shape. Possible values: "``sin``", "``square``" or - "``triang``" (see :class:`WaveSound`). Default: "``sin``" + :param shape: Wave shape. Possible values: "``sin``", "``square``", + "``sawtooth``" or "``triang``" (see :class:`WaveSound`). + Default: "``sin``" :type shape: str :param A_frequency: Reference A4 frequency (default: 440 Hz)