]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix doc typos
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Oct 2019 20:12:46 +0000 (16:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Oct 2019 20:12:46 +0000 (16:12 -0400)
Change-Id: Icc0ea0ac5392969927bec9a33418fd64a43a40b2

doc/build/changelog/migration_06.rst
doc/build/core/defaults.rst
doc/build/core/sqlelement.rst

index 7024f25b695664fdb6a38cc8fe399a71a01663ac..a4dd5c69911d9e358b12e1bbf4dc307bfe4a7acc 100644 (file)
@@ -641,7 +641,7 @@ Type System Changes
 ===================
 
 New Architecture
---------------
+----------------
 
 The type system has been completely reworked behind the
 scenes to provide two goals:
index 897a215f120427c892d0ef2be705887fa9dc2a89..f0d72407891764da143326e2afb0722a60db82f4 100644 (file)
@@ -551,8 +551,5 @@ Default Objects API
 .. autoclass:: FetchedValue
 
 
-.. autoclass:: PassiveDefault
-
-
 .. autoclass:: Sequence
     :members:
index 6a24eddbe2edd4ffd1cc62171e0adb94b0c38c53..41a27af71148117787a008e12059cae14ce73625 100644 (file)
@@ -143,7 +143,7 @@ the FROM clause of a SELECT statement.
 .. autoclass:: WithinGroup
    :members:
 
-.. autoclass:: WrapsColumnExpression
+.. autoclass:: sqlalchemy.sql.elements.WrapsColumnExpression
    :members:
 
 .. autoclass:: sqlalchemy.sql.elements.True_