]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update doc/build/changelog/unreleased_20/11870.rst 11869/head
authorFederico Caselli <cfederico87@gmail.com>
Fri, 13 Sep 2024 18:34:11 +0000 (20:34 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2024 18:34:11 +0000 (20:34 +0200)
doc/build/changelog/unreleased_20/11870.rst

index b3dc6c4729a4f4d2d924582603c5b2b124c4d96e..17b54773ecec9921967aae3724164a4dc5d94cd5 100644 (file)
@@ -2,7 +2,7 @@
     :tags: bug, mysql
     :tickets: 11870
 
-    AddedFixed discepancy between mysqlclient and mariadbconnector where the
+    Fixed discepancy between mysqlclient and mariadbconnector where the
     latter didn't merge url query options with the other args preventing options
     like  ``?unix_socket=/path/to/socket.sock"`` being passed to the driver that
     way. Pull request courtesy Tobias Alex-Petersen.