]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
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)
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

index ca0cf0a26ad8dff1f3ac4defc2554892b6357a15..bf27b6dd6b194efb7d60f5d510b340a0baad7f79 100644 (file)
@@ -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