]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo in directive
authorÉric Araujo <merwok@netwok.org>
Fri, 29 May 2015 19:21:16 +0000 (15:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 May 2015 00:50:50 +0000 (20:50 -0400)
(cherry picked from commit 6245d003f2ce404daedfba9101bb1e4f098b4c66)

doc/build/orm/extensions/declarative/mixins.rst

index 0ad274cd4b231c0d61f4c7d471faebbf5de89d4e..0c56cff8e93ccbb7c92f09a773051eebb2920d66 100644 (file)
@@ -138,8 +138,7 @@ point at which the ``User`` class is constructed, and the declarative
 extension can use the resulting :class:`.Column` object as returned by
 the method without the need to copy it.
 
-.. versionchanged:: > 0.6.5
-    Rename 0.6.5 ``sqlalchemy.util.classproperty``
+.. versionchanged:: 0.6.5  Rename ``sqlalchemy.util.classproperty``
     into :class:`~.declared_attr`.
 
 Columns generated by :class:`~.declared_attr` can also be