summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/functions.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/sql/functions.py')
-rw-r--r--lib/sqlalchemy/sql/functions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/functions.py b/lib/sqlalchemy/sql/functions.py
index 5c977cd50..69a9a9ac7 100644
--- a/lib/sqlalchemy/sql/functions.py
+++ b/lib/sqlalchemy/sql/functions.py
@@ -196,7 +196,7 @@ class FunctionElement(Executable, ColumnElement, FromClause):
This construct wraps the function in a named alias which
is suitable for the FROM clause, in the style accepted for example
- by Postgresql.
+ by PostgreSQL.
e.g.::