docs: tweak glossary for db session
This commit is contained in:
parent
ce79346f76
commit
174a17dd5e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue