]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
edits
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Sep 2021 01:50:32 +0000 (21:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Sep 2021 01:50:32 +0000 (21:50 -0400)
Change-Id: I8227dd30b037b405872c7fb4959c225e47fe0be1

doc/build/changelog/unreleased_14/7024.rst

index b7a4019898e0e2dc8da2f337889d846046718dfc..2751083cacc69dbc7550d8356e3bc4793f15af42 100644 (file)
@@ -2,7 +2,7 @@
     :tags: bug, platform, regression
     :tickets: 7024
 
-    Fixed regression due to #7024 where the reorganization of the "platform
-    machine" names for greenlet dependency mis-spelled "aarch64" and
-    additionally omitted uppercase "AMD64" as is needed for windows machines.
-    Pull request courtesy James Dow.
+    Fixed regression due to :ticket:`7024` where the reorganization of the
+    "platform machine" names used by the ``greenlet`` dependency mis-spelled
+    "aarch64" and additionally omitted uppercase "AMD64" as is needed for
+    Windows machines. Pull request courtesy James Dow.