]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update index.rst to include MariaDB (#11337)
authorRobert Silén <robert.silen@iki.fi>
Sat, 4 May 2024 08:06:32 +0000 (11:06 +0300)
committerGitHub <noreply@github.com>
Sat, 4 May 2024 08:06:32 +0000 (10:06 +0200)
Changing title of link to "dialects/mysql" to read "MySQL and MariaDB" to match the actual title of the page. (before link says just MySQL)

doc/build/index.rst

index 43e902fa3f0b49758fda05dbc6e416fff879bdad..ff395e413c796865db5ba44a149c95891b925b96 100644 (file)
@@ -158,7 +158,7 @@ SQLAlchemy Documentation
       This section describes notes, options, and usage patterns regarding individual dialects.
 
       :doc:`PostgreSQL <dialects/postgresql>` |
-      :doc:`MySQL <dialects/mysql>` |
+      :doc:`MySQL and MariaDB <dialects/mysql>` |
       :doc:`SQLite <dialects/sqlite>` |
       :doc:`Oracle <dialects/oracle>` |
       :doc:`Microsoft SQL Server <dialects/mssql>`