From 0c538fc923803c8611c3c7c7af9ca51fc5293b75 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 21 Jun 2019 09:50:23 +1000 Subject: Cleanup: spelling, grammar, and other corrections D5084 by @nBurn with edits --- source/blender/python/intern/bpy_interface_atexit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/intern/bpy_interface_atexit.c') diff --git a/source/blender/python/intern/bpy_interface_atexit.c b/source/blender/python/intern/bpy_interface_atexit.c index cb79a1f7f93..1c48dc1baae 100644 --- a/source/blender/python/intern/bpy_interface_atexit.c +++ b/source/blender/python/intern/bpy_interface_atexit.c @@ -17,7 +17,7 @@ /** \file * \ingroup pythonintern * - * This file inserts an exit callback into pythons 'atexit' module. + * This file inserts an exit callback into Python's 'atexit' module. * Without this sys.exit() can crash because blender is not properly closing * resources. */ -- cgit v1.2.3