From d1020a8d4ee96a4b00eed9b0eae8adf176bcd149 Mon Sep 17 00:00:00 2001 From: Jason Kirtland Date: Sun, 19 Aug 2007 18:34:24 +0000 Subject: light docstring tweaks to the pool more pedantic DBAPI -> DB-API changes in docstrings --- lib/sqlalchemy/sql/expression.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/sql/expression.py') 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\_ -- cgit v1.2.1