]> 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)
committerjfinkels <jfinkels@users.noreply.github.com>
Wed, 27 Apr 2016 06:35:55 +0000 (02:35 -0400)
commit8aa7369125f831a74c9f024ce5dde73ecf812e63
treeaee5e744cd5f35eae19ff585336764cdea24d5c8
parent84ba09a7d7b0160d8e3e52269519d0df0cd175ac
Adds parentheses around prints in documentation

This makes the docstring example code compatible with both Python 2 and Python 3.
lib/sqlalchemy/sql/functions.py