PyDoc: reference enum instead of inlining

This commit is contained in:
Campbell Barton 2022-06-02 20:15:53 +10:00
parent f4456a4d3c
commit 48bb144fea
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ PyDoc_STRVAR(bpy_app_is_job_running_doc,
"\n"
" Check whether a job of the given type is running.\n"
"\n"
" :arg job_type: job type in ['RENDER', 'RENDER_PREVIEW', OBJECT_BAKE]."
" :arg job_type: job type in :ref:`rna_enum_wm_job_type_items`.\n"
" :type job_type: str\n"
" :return: Whether a job of the given type is currently running.\n"
" :rtype: bool.\n");