]> 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:01:23 +0000 (20:01 -0500)
commit915983cd0ee2a08d500e685ae0c177eb0713d625
treec04d9bae2893f8c63b13528f0eee4101b7ccb803
parent9d4a58d35c53484a1de66396139fc34cd65f5be8
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