Cleanup: Grammar: its self vs. itself

This commit is contained in:
2022-01-23 22:34:56 -06:00
parent 43e3a33082
commit 46475b8e11
26 changed files with 33 additions and 33 deletions

View File

@@ -2,7 +2,7 @@ import bpy
class ModalTimerOperator(bpy.types.Operator):
"""Operator which runs its self from a timer"""
"""Operator which runs itself from a timer"""
bl_idname = "wm.modal_timer_operator"
bl_label = "Modal Timer Operator"