Audaspace: port documentation bugfix from upstream.
This commit is contained in:
6
extern/audaspace/bindings/python/PySound.cpp
vendored
6
extern/audaspace/bindings/python/PySound.cpp
vendored
@@ -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)
|
||||
|
||||
Submodule release/datafiles/locale updated: 4af22e0492...2b3c19f5f6
Submodule release/scripts/addons updated: 25b00a0a52...49c39f59fb
Submodule release/scripts/addons_contrib updated: f2f4a8b3bf...a52733b58d
Submodule source/tools updated: 6a252de776...896c5f7895
Reference in New Issue
Block a user