From: Sam Bull Date: Fri, 18 Nov 2022 18:07:48 +0000 (+0000) Subject: Fix grammar (whatsnew_20.rst) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7488c752d90ce305076ba06b7a4077dc67c0ea66;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix grammar (whatsnew_20.rst) --- diff --git a/doc/build/changelog/whatsnew_20.rst b/doc/build/changelog/whatsnew_20.rst index a2def39f18..9026e32db1 100644 --- a/doc/build/changelog/whatsnew_20.rst +++ b/doc/build/changelog/whatsnew_20.rst @@ -751,7 +751,7 @@ The new ORM Declarative features introduced above at :ref:`whatsnew_20_orm_declarative_typing` introduced the new :func:`_orm.mapped_column` construct and illustrated type-centric mapping with optional use of :pep:`593` ``Annotated``. We can take -the mapping one step further by integrating with with Python +the mapping one step further by integrating this with Python dataclasses_. This new feature is made possible via :pep:`681` which allows for type checkers to recognize classes that are dataclass compatible, or are fully dataclasses, but were declared through alternate APIs.