Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2023-05-24 11:21:18 +10:00
parent 2511b260e1
commit 13c815085b
92 changed files with 142 additions and 140 deletions

View File

@@ -103,7 +103,7 @@ def check_if_changed(a, b):
def get_props_from_txt(input_filename):
"""
If the file is *.txt, the script assumes it is formatted as outlined in this script docstring
If the file is *.txt, the script assumes it is formatted as outlined in this script doc-string.
"""
file = open(input_filename, 'r')