Skip to content

Commit 2743109

Browse files
andrepedandialbrecht
authored andcommitted
Fixed 'trailing' typo in split method documentation
1 parent 2ffe637 commit 2743109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def split(sql, encoding=None, strip_semicolon=False):
6464
6565
:param sql: A string containing one or more SQL statements.
6666
:param encoding: The encoding of the statement (optional).
67-
:param strip_semicolon: If True, remove trainling semicolons
67+
:param strip_semicolon: If True, remove trailing semicolons
6868
(default: False).
6969
:returns: A list of strings.
7070
"""

0 commit comments

Comments
 (0)