]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
format constructors.rst
authorDoctor <thirvondukr@gmail.com>
Mon, 25 Apr 2022 01:41:54 +0000 (04:41 +0300)
committerDoctor <thirvondukr@gmail.com>
Mon, 25 Apr 2022 01:41:54 +0000 (04:41 +0300)
doc/build/orm/constructors.rst

index c55d381c503dc98039a48b1d64018f8cf52a2c57..f03ce3a1a38f7224896071cfd5fb73fff3dee165 100644 (file)
@@ -29,6 +29,7 @@ useful for recreating transient properties that are normally assigned in
 
     from sqlalchemy import orm
 
+
     class MyMappedClass:
         def __init__(self, data):
             self.data = data