From 147ff65e4af0d1cf38d44140ff9554f5b1f04bb0 Mon Sep 17 00:00:00 2001 From: David Fischer Date: Tue, 26 Feb 2019 11:33:48 +0100 Subject: [PATCH] Fix typo --- lib/sql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sql.py b/lib/sql.py index a70b3dba..f7d2c7f3 100644 --- a/lib/sql.py +++ b/lib/sql.py @@ -290,7 +290,7 @@ class SQL(Composable): class Identifier(Composable): """ - A `Composable` representing an SQL identifer or a dot-separated sequence. + A `Composable` representing an SQL identifier or a dot-separated sequence. Identifiers usually represent names of database objects, such as tables or fields. PostgreSQL identifiers follow `different rules`__ than SQL string