From c1f79ea599f9759cca069616a89e077133ae3df1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 30 Dec 2019 20:01:23 -0500 Subject: [PATCH] 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.47.2