PyDoc: Fix poll_message_set API documentation to consistent with Python style
Fix poll_message_set API documentation to consistent with Python style Reviewed By: Blendify Differential Revision: https://developer.blender.org/D12150
This commit is contained in:
@@ -91,7 +91,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, ...)\n"
|
||||
".. method:: poll_message_set(message, *args)\n"
|
||||
"\n"
|
||||
" Set the message to show in the tool-tip when poll fails.\n"
|
||||
"\n"
|
||||
|
Reference in New Issue
Block a user