]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix newly found rst issue
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 Dec 2019 01:01:23 +0000 (20:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 Dec 2019 01:02:37 +0000 (20:02 -0500)
commite722fca0c9330e0da818af4a63f7086fba1f7661
tree7a4d712440c6809b8d882fbaf26447e58df12d34
parent4a0d8f7e460812ff5914e0e3177a7885aeb9ef02
Fix newly found rst issue

Likely due to new versions flake8-rst-docstrings or similar,
repair an incorrectly formatted code example in a doc string
causing all the gerrits to fail.

Change-Id: Ib2b242f435005a9e075315881c30c4a599d322e7
test/orm/test_relationships.py