From a3fd4eb0c8788bbc0499521a1054007936a4962d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 25 Mar 2021 17:31:56 -0400 Subject: [PATCH] typos Change-Id: I8593e4402ae068edfc14516ee3ec0a96513c2b36 --- doc/build/changelog/unreleased_14/6109.rst | 4 ++-- doc/build/changelog/unreleased_14/6124.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/build/changelog/unreleased_14/6109.rst b/doc/build/changelog/unreleased_14/6109.rst index fc80c36a66..b4e6099844 100644 --- a/doc/build/changelog/unreleased_14/6109.rst +++ b/doc/build/changelog/unreleased_14/6109.rst @@ -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``. diff --git a/doc/build/changelog/unreleased_14/6124.rst b/doc/build/changelog/unreleased_14/6124.rst index ac08eaf9fa..c10de7c611 100644 --- a/doc/build/changelog/unreleased_14/6124.rst +++ b/doc/build/changelog/unreleased_14/6124.rst @@ -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. -- 2.47.2