From: Sebastián Ramírez Date: Wed, 28 Apr 2021 18:42:01 +0000 (+0200) Subject: ✏️ Fix a small typo in the Glossary (#6395) X-Git-Tag: rel_1_4_12~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb79b882f925031d2d12bf363552964b9846d90c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git ✏️ Fix a small typo in the Glossary (#6395) --- diff --git a/doc/build/glossary.rst b/doc/build/glossary.rst index 2a4fd5f585..31cdf20f07 100644 --- a/doc/build/glossary.rst +++ b/doc/build/glossary.rst @@ -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::