summaryrefslogtreecommitdiff
path: root/examples/nested_sets
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-02-02 18:54:54 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-02-02 18:54:54 -0500
commitd7e4a8529000ce2527861e13ed3f6e8660f35b8f (patch)
tree03ca1fbe09b55106f7c34ae751dfb66de23dfcd4 /examples/nested_sets
parentdb756a59112e3fb84721cce6bf03f9e386f3e103 (diff)
downloadsqlalchemy-d7e4a8529000ce2527861e13ed3f6e8660f35b8f.tar.gz
whack more long lines in very old docstrings
Diffstat (limited to 'examples/nested_sets')
-rw-r--r--examples/nested_sets/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nested_sets/__init__.py b/examples/nested_sets/__init__.py
index b730f7173..1a97b9aef 100644
--- a/examples/nested_sets/__init__.py
+++ b/examples/nested_sets/__init__.py
@@ -1,4 +1,4 @@
-"""
-Illustrates a rudimentary way to implement the "nested sets" pattern for hierarchical data using the SQLAlchemy ORM.
+""" Illustrates a rudimentary way to implement the "nested sets"
+pattern for hierarchical data using the SQLAlchemy ORM.
""" \ No newline at end of file