We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb6fd4 commit dc5c07dCopy full SHA for dc5c07d
1 file changed
sqlparse/__init__.py
@@ -20,7 +20,7 @@
20
def parse(sql, encoding=None):
21
"""Parse sql and return a list of statements.
22
23
- :param sql: A string containting one or more SQL statements.
+ :param sql: A string containing one or more SQL statements.
24
:param encoding: The encoding of the statement (optional).
25
:returns: A tuple of :class:`~sqlparse.sql.Statement` instances.
26
"""
@@ -60,7 +60,7 @@ def format(sql, **options):
60
def split(sql, encoding=None):
61
"""Split *sql* into single statements.
62
63
64
65
:returns: A list of strings.
66
0 commit comments