From 1b0dd5a2150c2207768ba74c1a25b842f3d4ece1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 7 Sep 2019 21:08:20 +1000 Subject: Cleanup: style, spelling --- tests/python/bl_pyapi_idprop_datablock.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/python/bl_pyapi_idprop_datablock.py') diff --git a/tests/python/bl_pyapi_idprop_datablock.py b/tests/python/bl_pyapi_idprop_datablock.py index 5bb2155187c..c020f920eb2 100644 --- a/tests/python/bl_pyapi_idprop_datablock.py +++ b/tests/python/bl_pyapi_idprop_datablock.py @@ -232,8 +232,7 @@ def test_restrictions1(): bl_context = "render" def draw(self, context): - self.layout.prop_search(context.scene, "prop", bpy.data, - "objects") + self.layout.prop_search(context.scene, "prop", bpy.data, "objects") self.layout.template_ID(context.scene, "prop1") self.layout.prop_search(context.scene, "prop2", bpy.data, "node_groups") -- cgit v1.2.3