]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix grammar (whatsnew_20.rst) 8835/head
authorSam Bull <aa6bs0@sambull.org>
Fri, 18 Nov 2022 18:07:48 +0000 (18:07 +0000)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2022 18:07:48 +0000 (18:07 +0000)
doc/build/changelog/whatsnew_20.rst

index a2def39f1856e33f4e75a1afbd77f0a663d7478d..9026e32db18948d8deaa0d8083015d94b9a0f7fb 100644 (file)
@@ -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.