Fixed spelling errors in python code

This commit is contained in:
Manish
2020-04-27 16:12:38 +10:00
parent 3101b09a4f
commit fd3c8dc735
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from os.path import isfile as DoesFileExist
from .DataStructureManupulations import ConvertToStandardPathFormat
from .DataStructureManipulations import ConvertToStandardPathFormat
def ReadTextFile(FilePath):