diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-02-02 18:54:54 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-02-02 18:54:54 -0500 |
| commit | d7e4a8529000ce2527861e13ed3f6e8660f35b8f (patch) | |
| tree | 03ca1fbe09b55106f7c34ae751dfb66de23dfcd4 /examples/dynamic_dict | |
| parent | db756a59112e3fb84721cce6bf03f9e386f3e103 (diff) | |
| download | sqlalchemy-d7e4a8529000ce2527861e13ed3f6e8660f35b8f.tar.gz | |
whack more long lines in very old docstrings
Diffstat (limited to 'examples/dynamic_dict')
| -rw-r--r-- | examples/dynamic_dict/__init__.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/dynamic_dict/__init__.py b/examples/dynamic_dict/__init__.py index 3df907cc5..7f7b0691d 100644 --- a/examples/dynamic_dict/__init__.py +++ b/examples/dynamic_dict/__init__.py @@ -1,5 +1,6 @@ -"""Illustrates how to place a dictionary-like facade on top of a "dynamic" relation, so -that dictionary operations (assuming simple string keys) can operate upon a large -collection without loading the full collection at once. +""" Illustrates how to place a dictionary-like facade on top of a +"dynamic" relation, so that dictionary operations (assuming simple +string keys) can operate upon a large collection without loading the +full collection at once. """
\ No newline at end of file |
