diff options
| author | Min ho Kim <minho42@gmail.com> | 2019-07-21 10:51:29 +1000 |
|---|---|---|
| committer | Min ho Kim <minho42@gmail.com> | 2019-07-21 10:51:29 +1000 |
| commit | 7e588aadaab27a53b226a4637be9b4022ab46956 (patch) | |
| tree | 9a38b84206b3ada32b2b8e9a53ec68515438a8a9 /lib/sqlalchemy/sql/compiler.py | |
| parent | 463c488d8e52725d1bf48229a9110b850a70418b (diff) | |
| download | sqlalchemy-7e588aadaab27a53b226a4637be9b4022ab46956.tar.gz | |
Fix typos
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
| -rw-r--r-- | lib/sqlalchemy/sql/compiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py index 740abeb3d..400ac2749 100644 --- a/lib/sqlalchemy/sql/compiler.py +++ b/lib/sqlalchemy/sql/compiler.py @@ -3498,7 +3498,7 @@ class IdentifierPreparer(object): """keyword sequence filter. a filter for elements that are intended to represent keyword sequences, - such as "INITIALLY", "INTIALLY DEFERRED", etc. no special characters + such as "INITIALLY", "INITIALLY DEFERRED", etc. no special characters should be present. .. versionadded:: 1.3 |
