diff options
| author | Andrei Pozolotin <Andrei-Pozolotin@users.noreply.github.com> | 2023-02-14 14:34:18 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-14 21:34:18 +0100 |
| commit | 5d5db22c60c2f3a2da8c79767bcb8fb46534dab3 (patch) | |
| tree | 8f09a812082faffe3118d4255a0c78fe80fc0eb4 | |
| parent | d50315cbd6b448287b1847473e3c6484f52474a7 (diff) | |
| download | sqlalchemy-5d5db22c60c2f3a2da8c79767bcb8fb46534dab3.tar.gz | |
fix typo in whatsnew (#9303)
see #9294
| -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 4ae88956e..60783653a 100644 --- a/doc/build/changelog/whatsnew_20.rst +++ b/doc/build/changelog/whatsnew_20.rst @@ -1823,7 +1823,7 @@ operations. :ticket:`8925` -ORM Declarative Apples Column Orders Differently; Control behavior using ``__table_cls__`` +ORM Declarative Applies Column Orders Differently; Control behavior using ``__table_cls__`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Declarative has changed the system by which mapped columns that originate from |
