Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2020-08-03 15:21:54 +0300
committerJoerg Mueller <nexyon@gmail.com>2020-08-05 15:02:59 +0300
commit396abbbfe736d694854d489963894410231b9a67 (patch)
tree7b8e9b6189e6f8b83102ba934aa095b036ba9216 /extern
parentf96afde3bd2ba6a2262de943202bde41235a8363 (diff)
Audaspace: port documentation bugfix from upstream.
Diffstat (limited to 'extern')
-rw-r--r--extern/audaspace/bindings/python/PySound.cpp6
1 files changed, 3 insertions, 3 deletions
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)