summaryrefslogtreecommitdiff
path: root/examples/large_collection
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/large_collection
parentdb756a59112e3fb84721cce6bf03f9e386f3e103 (diff)
downloadsqlalchemy-d7e4a8529000ce2527861e13ed3f6e8660f35b8f.tar.gz
whack more long lines in very old docstrings
Diffstat (limited to 'examples/large_collection')
-rw-r--r--examples/large_collection/__init__.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/large_collection/__init__.py b/examples/large_collection/__init__.py
index 3982f6799..4098cd53a 100644
--- a/examples/large_collection/__init__.py
+++ b/examples/large_collection/__init__.py
@@ -1,8 +1,12 @@
"""Large collection example.
-Illustrates the options to use with :func:`~sqlalchemy.orm.relationship()` when the list of related objects is very large, including:
+Illustrates the options to use with
+:func:`~sqlalchemy.orm.relationship()` when the list of related
+objects is very large, including:
* "dynamic" relationships which query slices of data as accessed
-* how to use ON DELETE CASCADE in conjunction with ``passive_deletes=True`` to greatly improve the performance of related collection deletion.
+* how to use ON DELETE CASCADE in conjunction with
+ ``passive_deletes=True`` to greatly improve the performance of
+ related collection deletion.
"""