PyDocs: Fix broken type section

Fixes blender/blender-manual#105013
This commit is contained in:
Aaron Carlisle
2025-01-25 20:44:19 -05:00
parent bf732e4237
commit 277c2a9552

View File

@@ -7,6 +7,7 @@ bpy_types_Operator_bl_property__doc__ = (
The name of a property to use as this operators primary property.
Currently this is only used to select the default property when
expanding an operator into a menu.
:type: str
""")