]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Conform to PEP 8
authorVraj Mohan <radhakrishnan.vrajmohan@gsa.gov>
Mon, 14 Jan 2019 01:23:22 +0000 (17:23 -0800)
committerVraj Mohan <radhakrishnan.vrajmohan@gsa.gov>
Mon, 14 Jan 2019 01:23:22 +0000 (17:23 -0800)
examples/elementtree/adjacency_list.py

index 51c0b32d6702de33c39db4920feff3a9c5032670..a69d69e6608bec37922997ef3532a661bf48fcee 100644 (file)
@@ -10,9 +10,10 @@ along any path with a given   structure of attributes, basically a
 (very narrow) subset of xpath.
 
 This example explicitly marshals/unmarshals the ElementTree document into
-mapped entities which have their own tables.  Compare to pickle_type.py which uses
-PickleType to accomplish the same task.  Note that the usage of both styles of
-persistence are identical, as is the structure of the main Document class.
+mapped entities which have their own tables.  Compare to pickle_type.py which
+uses PickleType to accomplish the same task.  Note that the usage of both
+styles of persistence are identical, as is the structure of the main Document
+class.
 
 """