grammar fix

This commit is contained in:
Miroslav Stampar
2012-03-13 22:03:23 +00:00
parent edfcddd3c3
commit a7fbc55748
5 changed files with 7 additions and 7 deletions

View File

@@ -1683,7 +1683,7 @@ def readCachedFileContent(filename, mode='rb'):
def readXmlFile(xmlFile):
"""
Reads XML file content and returns it's DOM representation
Reads XML file content and returns its DOM representation
"""
checkFile(xmlFile)
@@ -2738,7 +2738,7 @@ def safeSQLIdentificatorNaming(name, isTable=False):
def unsafeSQLIdentificatorNaming(name):
"""
Extracts identificator's name from it's safe SQL representation
Extracts identificator's name from its safe SQL representation
"""
retVal = name