From 43478c60394e09246ee6275f89ae434e429cc5b5 Mon Sep 17 00:00:00 2001 From: Victor Uriarte Date: Wed, 29 Nov 2017 09:56:06 -0700 Subject: Fix typos --- sqlparse/lexer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlparse/lexer.py') diff --git a/sqlparse/lexer.py b/sqlparse/lexer.py index 60e43da..d1b1699 100644 --- a/sqlparse/lexer.py +++ b/sqlparse/lexer.py @@ -35,7 +35,7 @@ class Lexer(object): Split ``text`` into (tokentype, text) pairs. - ``stack`` is the inital stack (default: ``['root']``) + ``stack`` is the initial stack (default: ``['root']``) """ if isinstance(text, file_types): text = text.read() -- cgit v1.2.1