]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
✏️ Fix a small typo in the Glossary (#6395)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 28 Apr 2021 18:42:01 +0000 (20:42 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Apr 2021 18:42:01 +0000 (20:42 +0200)
doc/build/glossary.rst

index 2a4fd5f585380b685128869061b727b49fec377d..31cdf20f07ced90623abd5a2bac1c1ac06f2e162 100644 (file)
@@ -607,7 +607,7 @@ Glossary
         refers to the :mod:`psycopg2 <.postgresql.psycopg2>`
         DBAPI/dialect combination, whereas the URL ``mysql+mysqldb://@localhost/test``
         refers to the :mod:`MySQL for Python <.mysql.mysqldb>`
-        DBAPI DBAPI/dialect combination.
+        DBAPI/dialect combination.
 
         .. seealso::