From: Federico Caselli Date: Fri, 5 Nov 2021 08:58:18 +0000 (+0100) Subject: fix typo in changelog. X-Git-Tag: rel_2_0_0b1~666 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5501649d1a78ae0a2f570cd54d2be6289a28ce2d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo in changelog. Change-Id: Ic78a9ce9032ab759fc796d3218b64352dde6155b --- diff --git a/doc/build/changelog/unreleased_14/7283.rst b/doc/build/changelog/unreleased_14/7283.rst index ce16f0561a..4fc86b4ca9 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.