From: Mike Bayer Date: Tue, 31 Dec 2019 01:01:23 +0000 (-0500) Subject: Fix newly found rst issue X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f79ea599f9759cca069616a89e077133ae3df1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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 --- diff --git a/test/orm/test_relationships.py b/test/orm/test_relationships.py index ca0cf0a26a..bf27b6dd6b 100644 --- a/test/orm/test_relationships.py +++ b/test/orm/test_relationships.py @@ -363,11 +363,11 @@ class DirectSelfRefFKTest(fixtures.MappedTest, AssertsCompiledSQL): this is an **extremely** unusual case:: - Entity - ------ - path -------+ - ^ | - +---------+ + Entity + ------ + path -------+ + ^ | + +---------+ In this case, one-to-many and many-to-one are no longer accurate. Both relationships return collections. I'm not sure if this is a good