Cleanup: prefer 'arg' over 'params' for sphinx documentation
While both are supported, 'arg' is in more common use so prefer it.
This commit is contained in:
@@ -1662,9 +1662,9 @@ PyDoc_STRVAR(quaternion_doc,
|
||||
"\n"
|
||||
" This object gives access to Quaternions in Blender.\n"
|
||||
"\n"
|
||||
" :param seq: size 3 or 4\n"
|
||||
" :arg seq: size 3 or 4\n"
|
||||
" :type seq: :class:`Vector`\n"
|
||||
" :param angle: rotation angle, in radians\n"
|
||||
" :arg angle: rotation angle, in radians\n"
|
||||
" :type angle: float\n"
|
||||
"\n"
|
||||
" The constructor takes arguments in various forms:\n"
|
||||
|
||||
Reference in New Issue
Block a user