mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
grammar fix
This commit is contained in:
parent
edfcddd3c3
commit
a7fbc55748
5 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue