]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Adds parentheses around print statements in docs.
authorJeffrey Finkelstein <jeffrey.finkelstein@gmail.com>
Wed, 4 May 2016 01:02:29 +0000 (21:02 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 May 2016 19:55:52 +0000 (15:55 -0400)
commit6971653f2c15de828d61a245df711ca2f45df0ea
tree16fd0f24b076b9ef19dec6cd9a5f33d5f7a58fe5
parent4b1cba1c16d7f6666c7d574c985e1de760a713e4
Adds parentheses around print statements in docs.

(cherry picked from commit c31833e9973ef3b9fd4528e19eec0458bc8d51ee)

Change-Id: Id46745a1e8869430a7979e593c257ed38e08afeb
28 files changed:
doc/build/changelog/migration_04.rst
doc/build/changelog/migration_05.rst
doc/build/changelog/migration_06.rst
doc/build/changelog/migration_07.rst
doc/build/changelog/migration_08.rst
doc/build/changelog/migration_09.rst
doc/build/changelog/migration_10.rst
doc/build/core/connections.rst
doc/build/core/custom_types.rst
doc/build/core/event.rst
doc/build/core/metadata.rst
doc/build/core/pooling.rst
doc/build/core/reflection.rst
doc/build/faq/metadata_schema.rst
doc/build/faq/performance.rst
doc/build/faq/sessions.rst
doc/build/glossary.rst
doc/build/orm/backref.rst
doc/build/orm/basic_relationships.rst
doc/build/orm/collections.rst
doc/build/orm/composites.rst
doc/build/orm/contextual.rst
doc/build/orm/extensions/declarative/mixins.rst
doc/build/orm/loading_columns.rst
doc/build/orm/mapped_attributes.rst
doc/build/orm/mapped_sql_expr.rst
doc/build/orm/session_state_management.rst
doc/build/orm/session_transaction.rst