]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Adds parentheses around prints in documentation
authorjfinkels <jfinkels@users.noreply.github.com>
Wed, 27 Apr 2016 06:35:55 +0000 (02:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Apr 2016 19:03:06 +0000 (14:03 -0500)
commitc1adaea7cd2cb988b4319d36070e2f26d43f73f2
treeed269398b3209fe1bad7d1728943871be01046b9
parentc2505259531d7e85a83aeb13445cf82587f4213d
Adds parentheses around prints in documentation

This makes the docstring example code compatible with both Python 2 and Python 3.
(cherry picked from commit 8aa7369125f831a74c9f024ce5dde73ecf812e63)
lib/sqlalchemy/sql/functions.py