diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-07 18:00:34 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-07 18:00:34 -0500 |
commit | 7af17459ca23bbf7afcb2bf53531a9e029e05175 (patch) | |
tree | 00ef632be0fc5c7d44a6069dd29136a994760f1d /lib/sqlalchemy/orm/session.py | |
parent | d7da0dfb7a776f6102116332caae1b8ea92674c4 (diff) | |
download | sqlalchemy-7af17459ca23bbf7afcb2bf53531a9e029e05175.tar.gz |
- documentation cleanup in ORM including [ticket:2816]
Diffstat (limited to 'lib/sqlalchemy/orm/session.py')
-rw-r--r-- | lib/sqlalchemy/orm/session.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/sqlalchemy/orm/session.py b/lib/sqlalchemy/orm/session.py index 6f5773474..553f6de97 100644 --- a/lib/sqlalchemy/orm/session.py +++ b/lib/sqlalchemy/orm/session.py @@ -2134,9 +2134,10 @@ class Session(_SessionClassMethods): access to the full set of persistent objects (i.e., those that have row identity) currently in the session. - See also: + .. seealso:: - :func:`.identity_key` - operations involving identity keys. + :func:`.identity_key` - helper function to produce the keys used + in this dictionary. """ |