From 92dae5775f6b4771e21df5865e74d679fb0e37a0 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Mon, 6 Dec 2021 22:22:56 -0500 Subject: Cleanup: Fix typos in source code Source typos corrected Reviewed By: Blendify Differential Revision: https://developer.blender.org/D13462 --- tests/python/bl_pyapi_idprop_datablock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/python/bl_pyapi_idprop_datablock.py b/tests/python/bl_pyapi_idprop_datablock.py index 5a7e4bee4fc..ddea613aae1 100644 --- a/tests/python/bl_pyapi_idprop_datablock.py +++ b/tests/python/bl_pyapi_idprop_datablock.py @@ -71,7 +71,7 @@ def expect_exception_or_abort(*, fn, ex): print_fail_msg_and_exit("test failed") -def expect_ouput_or_abort(*, fn, match_stderr=None, match_stdout=None): +def expect_output_or_abort(*, fn, match_stderr=None, match_stdout=None): stdout, stderr = io.StringIO(), io.StringIO() @@ -278,7 +278,7 @@ def test_restrictions1(): expect_false_or_abort(not hasattr(op, "id_prop")) bpy.utils.register_class(TEST_PT_DatablockProp) - expect_ouput_or_abort( + expect_output_or_abort( fn=lambda: bpy.utils.register_class(TEST_Op), match_stderr="^ValueError: bpy_struct \"SCENE_OT_test_op\" registration error:", ) -- cgit v1.2.3