From: Mike Bayer Date: Sun, 29 Aug 2010 22:13:44 +0000 (-0400) Subject: doc tweak X-Git-Tag: rel_0_6_4~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53f93a3ba71af21be5f77fcd2ee4c0d051fbdf5d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git doc tweak --- 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