Fix parameters in bpy.props.StringProperty Python API docs

There is a parameter typo in Python API document about bpy.props.StringProperty.
This patch fixes this.

Also this patch should apply to 2.90 branch as well.

Reviewed By: Grische, mont29

Differential Revision: https://developer.blender.org/D8430
master
nutti 4 years ago committed by Bastien Montagne
parent 057f3f2f3d
commit b5e3451540

@ -2961,7 +2961,7 @@ PyDoc_STRVAR(BPy_StringProperty_doc,
"default=\"\", "
"maxlen=0, "
"options={'ANIMATABLE'}, "
"options=set(), "
"override=set(), "
"tags=set(), "
"subtype='NONE', "
"update=None, "

Loading…
Cancel
Save