diff options
| author | Sam Bull <aa6bs0@sambull.org> | 2022-12-05 08:43:50 -0500 |
|---|---|---|
| committer | sqla-tester <sqla-tester@sqlalchemy.org> | 2022-12-05 08:43:50 -0500 |
| commit | b518269e8b723ee829a95eabb692c1830c58319b (patch) | |
| tree | 813be0ef62cccce7079ba00233cc01510bd2fe91 /doc | |
| parent | 4a9e448d9e5024003a72b6b53337b2bc42905042 (diff) | |
| download | sqlalchemy-b518269e8b723ee829a95eabb692c1830c58319b.tar.gz | |
Fix grammar (whatsnew_20.rst)
None
Closes: #8835
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/8835
Pull-request-sha: 7488c752d90ce305076ba06b7a4077dc67c0ea66
Change-Id: Iad959dcff21bd1aa593793c4a38cb795529468e8
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/whatsnew_20.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/whatsnew_20.rst b/doc/build/changelog/whatsnew_20.rst index 16c4115eb..36c3f53a7 100644 --- a/doc/build/changelog/whatsnew_20.rst +++ b/doc/build/changelog/whatsnew_20.rst @@ -753,7 +753,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. |
