From 61bf51acb58f84338d5442141a2352039fa6d5da Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 1 Nov 2019 10:53:47 +1100 Subject: Cleanup: pep8 for examples --- doc/python_api/examples/bpy.types.Depsgraph.6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/python_api/examples/bpy.types.Depsgraph.6.py') diff --git a/doc/python_api/examples/bpy.types.Depsgraph.6.py b/doc/python_api/examples/bpy.types.Depsgraph.6.py index 56e028e8813..1f809356b13 100644 --- a/doc/python_api/examples/bpy.types.Depsgraph.6.py +++ b/doc/python_api/examples/bpy.types.Depsgraph.6.py @@ -29,7 +29,7 @@ class OBJECT_OT_simple_exporter(bpy.types.Operator): # Happens for non-geometry objects. continue print(f"Exporting mesh with {len(mesh.vertices)} vertices " - f"at {object_instance.matrix_world}") + f"at {object_instance.matrix_world}") object_instace.to_mesh_clear() return {'FINISHED'} -- cgit v1.2.3