diff options
| author | Jason Kirtland <jek@discorporate.us> | 2007-08-19 18:34:24 +0000 |
|---|---|---|
| committer | Jason Kirtland <jek@discorporate.us> | 2007-08-19 18:34:24 +0000 |
| commit | d1020a8d4ee96a4b00eed9b0eae8adf176bcd149 (patch) | |
| tree | a81513b8be80f51494d189907bd1c54c7cce7e61 /lib/sqlalchemy/sql/expression.py | |
| parent | 551512c561e9cdd2caab22fdd022ebdaede568fe (diff) | |
| download | sqlalchemy-d1020a8d4ee96a4b00eed9b0eae8adf176bcd149.tar.gz | |
light docstring tweaks to the pool
more pedantic DBAPI -> DB-API changes in docstrings
Diffstat (limited to 'lib/sqlalchemy/sql/expression.py')
| -rw-r--r-- | lib/sqlalchemy/sql/expression.py | 2 |
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\_ |
