summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/sql/expression.py')
-rw-r--r--lib/sqlalchemy/sql/expression.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/expression.py b/lib/sqlalchemy/sql/expression.py
index e117e3f47..64fc9b3b4 100644
--- a/lib/sqlalchemy/sql/expression.py
+++ b/lib/sqlalchemy/sql/expression.py
@@ -578,7 +578,7 @@ def literal(value, type_=None):
value
the value to be bound. Can be any Python object supported by
- the underlying DBAPI, or is translatable via the given type
+ the underlying DB-API, or is translatable via the given type
argument.
type\_