]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
clarify example in orm tutorial
authorFederico Caselli <cfederico87@gmail.com>
Wed, 14 Feb 2024 19:55:57 +0000 (20:55 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 14 Feb 2024 19:55:57 +0000 (20:55 +0100)
Change-Id: Ib6f9a7ce0beacda43ccd6d3c7750778ed3333b38

doc/build/tutorial/orm_data_manipulation.rst

index 73fef50aba3d4d2464f551c2c17e8d65a6fef989..b4beae0e0705370b363cdb5b9de06f8b4f10ef17 100644 (file)
@@ -533,6 +533,7 @@ a context manager as well, accomplishes the following things:
   are no longer associated with any database transaction in which to be
   refreshed::
 
+    # note that 'squidward.name' was just expired previously, so its value is unloaded
     >>> squidward.name
     Traceback (most recent call last):
       ...