]> 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:40 +0000 (20:02 -0500)
commitc1f79ea599f9759cca069616a89e077133ae3df1
tree0b1ff8ff2077aa691cc2edb182750c5bdd18fc40
parent0bfaf6ef76c2c8401b51eabe0bf9282fff291438
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