From 53f93a3ba71af21be5f77fcd2ee4c0d051fbdf5d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 29 Aug 2010 18:13:44 -0400 Subject: [PATCH] doc tweak --- lib/sqlalchemy/orm/session.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sqlalchemy/orm/session.py b/lib/sqlalchemy/orm/session.py index 06d5b89a14..4727de218a 100644 --- a/lib/sqlalchemy/orm/session.py +++ b/lib/sqlalchemy/orm/session.py @@ -497,8 +497,8 @@ class Session(object): issue any SQL in order to load collections or attributes which are not yet loaded, or were marked as "expired". - The session methods which control instance state include ``add()``, - ``delete()``, ``merge()``, and ``expunge()``. + The session methods which control instance state include :meth:`.Session.add`, + :meth:`.Session.delete`, :meth:`.Session.merge`, and :meth:`.Session.expunge`. The Session object is generally **not** threadsafe. A session which is set to ``autocommit`` and is only read from may be used by concurrent -- 2.47.2