summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-10-17 22:11:31 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-10-17 22:12:27 -0400
commitf96f85ec351f37418c7890ed6871c307a3d07111 (patch)
treebf9c720493b3519f185661d9688ab43c64de980d /lib
parent129a0a43212697fa9b3bf9ee59121e1669ce242b (diff)
downloadsqlalchemy-f96f85ec351f37418c7890ed6871c307a3d07111.tar.gz
Fix test failures from func doc fix
The doc edits in e45878bf4f9cdfb714dce8b2a4d705178947674d triggered a doctest and a pep8 failure. Change-Id: I41c6cba9bab2d3721d9c6280be47eec32f4b4736 (cherry picked from commit d25c03310fd3523392d37b88c23c48cf26836248)
Diffstat (limited to 'lib')
-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 74d31f946..5bb392685 100644
--- a/lib/sqlalchemy/sql/functions.py
+++ b/lib/sqlalchemy/sql/functions.py
@@ -446,7 +446,7 @@ class Function(FunctionElement):
:param \*clauses: list of column expressions that form the arguments
of the SQL function call.
- :param type_: optional :class:`.TypeEngine` datatype object that will be
+ :param type\_: optional :class:`.TypeEngine` datatype object that will be
used as the return value of the column expression generated by this
function call.