]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
rst typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Nov 2023 21:08:19 +0000 (16:08 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Nov 2023 21:08:19 +0000 (16:08 -0500)
Change-Id: I4b4679824251c0f16ce92ab8ff70aa481495a152

docs/build/unreleased/1339.rst

index 9f4560c1d4d5cfbeff605fcd4e683b557a35f947..5bd538c137848b43c1378251b2f180a85dd7aa88 100644 (file)
@@ -3,7 +3,7 @@
     :tickets: 1339
 
     Replaced ``python-dateutil`` with the standard library module
-    `zoneinfo <https://docs.python.org/3.11/library/zoneinfo.html#module-zoneinfo>`.
+    `zoneinfo <https://docs.python.org/3.11/library/zoneinfo.html#module-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.