]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
doc tweak
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Aug 2010 22:13:44 +0000 (18:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Aug 2010 22:13:44 +0000 (18:13 -0400)
lib/sqlalchemy/orm/session.py

index 06d5b89a1457299d2345cb4193312fefda4f7096..4727de218af4534329a3418f114b4300709ec43f 100644 (file)
@@ -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