From 174a17dd5eba0009f055674df422d36e9cf30401 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 12 Jan 2025 18:45:23 -0600 Subject: [PATCH] docs: tweak glossary for db session --- docs/glossary.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/glossary.rst b/docs/glossary.rst index 22f5ad5..48db25e 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -182,8 +182,9 @@ Glossary The "session" is a SQLAlchemy abstraction for an open database connection, essentially. - In practice this generally refers to a - :class:`~wuttjamaican.db.sess.Session` instance. + For the :term:`app database`, the class used is + :class:`~wuttjamaican.db.sess.Session`; other databases may use + different classes. email handler The :term:`handler` responsible for sending email on behalf of