]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- whitespace below ..version, sigh
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Oct 2013 17:48:44 +0000 (13:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Oct 2013 17:48:44 +0000 (13:48 -0400)
doc/build/orm/loading.rst

index ccdb53ceeb4139244ff7cfb6a0774ff7b578ca9d..4031bac9870fde0e193cfd52790cf46bff77060d 100644 (file)
@@ -142,7 +142,6 @@ of a particular attribute, the :func:`.defaultload` method/function may be used:
                     ).all()
 
 .. versionchanged:: 0.9.0
-
     The previous approach of specifying dot-separated paths within loader
     options has been superseded by the less ambiguous approach of the
     :class:`.Load` object and related methods.   With this system, the user