]> 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:28 +0000 (20:02 -0500)
commit3065a8cacafd85b6c23d23d7e72704369564771a
tree44f4896b9a3455bb65dac248b47224c85b4ca7f2
parent458e9a6e4a4436719e014015fdcb4ec744b53c16
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