summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2021-11-05 09:58:18 +0100
committerFederico Caselli <cfederico87@gmail.com>2021-11-05 09:58:18 +0100
commit5501649d1a78ae0a2f570cd54d2be6289a28ce2d (patch)
tree1858b9bc93ec5153398cd51f1a717d366904bcf5 /doc
parent248d232459e38561999c4172acaaddd651c1a933 (diff)
downloadsqlalchemy-5501649d1a78ae0a2f570cd54d2be6289a28ce2d.tar.gz
fix typo in changelog.
Change-Id: Ic78a9ce9032ab759fc796d3218b64352dde6155b
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_14/7283.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/unreleased_14/7283.rst b/doc/build/changelog/unreleased_14/7283.rst
index ce16f0561..4fc86b4ca 100644
--- a/doc/build/changelog/unreleased_14/7283.rst
+++ b/doc/build/changelog/unreleased_14/7283.rst
@@ -4,6 +4,6 @@
Changed the asyncpg dialect to bind the :class:`.Float` type to the "float"
PostgreSQL type instead of "numeric" so that the value ``float(inf)`` can
- be accommodated. Added test suite support for persisence of the "inf"
+ be accommodated. Added test suite support for persistence of the "inf"
value.