PyAPI Doc: fix doc gen warning wrt loadLeftHrtfSet

Pull Request: https://projects.blender.org/blender/blender/pulls/123147
This commit is contained in:
Nathan Burnham 2024-06-12 12:48:12 +00:00 committed by Gitea
parent e30dbd2472
commit c810d1413d

@ -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"