From 92f6f6d30e632fd5cbb0553439b77698d35be33b Mon Sep 17 00:00:00 2001 From: Joerg Mueller Date: Mon, 3 Aug 2020 14:21:54 +0200 Subject: Audaspace: port documentation bugfix from upstream. --- extern/audaspace/bindings/python/PySound.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extern/audaspace') diff --git a/extern/audaspace/bindings/python/PySound.cpp b/extern/audaspace/bindings/python/PySound.cpp index 62ee3435e82..f2debccfd33 100644 --- a/extern/audaspace/bindings/python/PySound.cpp +++ b/extern/audaspace/bindings/python/PySound.cpp @@ -1395,9 +1395,9 @@ PyDoc_STRVAR(M_aud_Sound_threshold_doc, " all between to 0.\n\n" " :arg threshold: Threshold value over which an amplitude counts\n" " non-zero.\n\n" - ":type threshold: float\n" - ":return: The created :class:`Sound` object.\n" - ":rtype: :class:`Sound`"); + " :type threshold: float\n" + " :return: The created :class:`Sound` object.\n" + " :rtype: :class:`Sound`"); static PyObject * Sound_threshold(Sound* self, PyObject* args) -- cgit v1.2.3