From d73f6647906d4562a191b78faa578a619090aea9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 20 Oct 2021 09:13:38 +1100 Subject: Cleanup: trailing space, use single quotes for enums --- release/scripts/modules/rna_prop_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/modules/rna_prop_ui.py') diff --git a/release/scripts/modules/rna_prop_ui.py b/release/scripts/modules/rna_prop_ui.py index 7da7ccdeddd..2cc806be10d 100644 --- a/release/scripts/modules/rna_prop_ui.py +++ b/release/scripts/modules/rna_prop_ui.py @@ -224,7 +224,7 @@ def draw(layout, context, context_member, property_type, *, use_edit=True): if use_edit: row = split.row(align=True) - # Do not allow editing of overridden properties (we cannot use a poll function + # Do not allow editing of overridden properties (we cannot use a poll function # of the operators here since they's have no access to the specific property). row.enabled = not(is_lib_override and key in rna_item.id_data.override_library.reference) if is_rna: -- cgit v1.2.3