Docs: Fix bpy.types.Operator.poll_message_set() method to classmethod

Pull Request: https://projects.blender.org/blender/blender/pulls/108854
This commit is contained in:
nutti
2023-06-11 18:17:06 +09:00
committed by Brecht Van Lommel
parent 2b327d1c0e
commit 61ead957a0

View File

@@ -77,7 +77,7 @@ static void pyop_poll_message_free_fn(bContext *UNUSED(C), void *user_data)
}
PyDoc_STRVAR(BPY_rna_operator_poll_message_set_doc,
".. method:: poll_message_set(message, *args)\n"
".. classmethod:: poll_message_set(message, *args)\n"
"\n"
" Set the message to show in the tool-tip when poll fails.\n"
"\n"