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

@@ -272,7 +272,7 @@ def autocomplete(context):
sc.select_end += ofs
except:
# unlikely, but this can happen with unicode errors for example.
# or if the api attribute access its self causes an error.
# or if the api attribute access itself causes an error.
import traceback
scrollback_error = traceback.format_exc()