]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typos
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Mar 2021 21:31:56 +0000 (17:31 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Mar 2021 21:31:56 +0000 (17:31 -0400)
Change-Id: I8593e4402ae068edfc14516ee3ec0a96513c2b36

doc/build/changelog/unreleased_14/6109.rst
doc/build/changelog/unreleased_14/6124.rst

index fc80c36a66ea862f73e252ae60185eeb7146e17c..b4e6099844534850c37a54c836ba76259e7d71f9 100644 (file)
@@ -3,6 +3,6 @@
     :tickets: 6109
 
     Fixed bug in Mypy plugin where the Python type detection
-    for the :class:`_sqltypes.Boolean` column type would produce
-    an exception; additionally implemented support for :class:`_sqltypes.Enum`,
+    for the :class:`_types.Boolean` column type would produce
+    an exception; additionally implemented support for :class:`_types.Enum`,
     including detection of a string-based enum vs. use of Python ``enum.Enum``.
index ac08eaf9fa2395a39b6ec97e3c0878db72f683b0..c10de7c611eb620859c2599906f8e84a18ec618c 100644 (file)
@@ -2,7 +2,7 @@
     :tags: bug, orm
     :tickets: 6124
 
-    Repaired support so that the :meth:`_sql.Select.params` method can work
-    correctly with a :class:`_sql.Select` object that includes joins across ORM
-    relationship structures, which is a new feature in 1.4.
+    Repaired support so that the :meth:`_sql.ClauseElement.params` method can
+    work correctly with a :class:`_sql.Select` object that includes joins
+    across ORM relationship structures, which is a new feature in 1.4.