diff --git a/extern/audaspace/bindings/python/PyHRTF.cpp b/extern/audaspace/bindings/python/PyHRTF.cpp index 38c0c8f7308..04748c5199e 100644 --- a/extern/audaspace/bindings/python/PyHRTF.cpp +++ b/extern/audaspace/bindings/python/PyHRTF.cpp @@ -125,7 +125,7 @@ HRTF_loadLeftHrtfSet(PyTypeObject* type, PyObject* args) } PyDoc_STRVAR(M_aud_HRTF_loadRightHrtfSet_doc, - ".. method:: loadLeftHrtfSet(extension, directory)\n\n" + ".. method:: loadRightHrtfSet(extension, directory)\n\n" " Loads all HRTFs from a directory.\n\n" " :arg extension: The file extension of the hrtfs.\n" " :type extension: string\n"