From 7bb8944e312ff991575824e2c0cf0e1eae933791 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Fri, 27 Dec 2013 23:11:23 -0700 Subject: [PATCH] session docs: Change `object` to `someobject` This makes the code block more consistent with the preceding one and also prevents the variable from being colored as a builtin (which `object` is) during syntax highlighting. --- doc/build/orm/session.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/session.rst b/doc/build/orm/session.rst index b3a6e43846..c4d9b08742 100644 --- a/doc/build/orm/session.rst +++ b/doc/build/orm/session.rst @@ -462,7 +462,7 @@ available on :class:`~sqlalchemy.orm.session.Session`:: The newer :ref:`core_inspection_toplevel` system can also be used:: from sqlalchemy import inspect - session = inspect(object).session + session = inspect(someobject).session .. _session_faq_threadsafe: -- 2.47.3