From d2d8b92728c73b8c698cc6448e7e631e66f99d62 Mon Sep 17 00:00:00 2001 From: Vraj Mohan Date: Sun, 13 Jan 2019 17:23:22 -0800 Subject: [PATCH] Conform to PEP 8 --- examples/elementtree/adjacency_list.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/elementtree/adjacency_list.py b/examples/elementtree/adjacency_list.py index 51c0b32d67..a69d69e660 100644 --- a/examples/elementtree/adjacency_list.py +++ b/examples/elementtree/adjacency_list.py @@ -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. """ -- 2.47.3