From: Mike Bayer Date: Tue, 21 Nov 2023 21:08:19 +0000 (-0500) Subject: rst typo X-Git-Tag: rel_1_13_0~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ba8e7b097fcffceffb56cba01fc748e83ac82b1;p=thirdparty%2Fsqlalchemy%2Falembic.git rst typo Change-Id: I4b4679824251c0f16ce92ab8ff70aa481495a152 --- diff --git a/docs/build/unreleased/1339.rst b/docs/build/unreleased/1339.rst index 9f4560c1..5bd538c1 100644 --- a/docs/build/unreleased/1339.rst +++ b/docs/build/unreleased/1339.rst @@ -3,7 +3,7 @@ :tickets: 1339 Replaced ``python-dateutil`` with the standard library module - `zoneinfo `. + `zoneinfo `_. This module was added in Python 3.9, so previous version will been to install the backport of it, available by installing the ``backports.zoneinfo`` library. The ``alembic[tz]`` option has been updated accordingly.