From 65e66cdf3714c10824c789e2931cd1311ea3eeef Mon Sep 17 00:00:00 2001 From: Idan Kamara Date: Wed, 14 Nov 2012 14:35:29 +0200 Subject: [PATCH] docs/orm: spelling fix --- 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 7b00f4eb5a..d5cc21e82a 100644 --- a/doc/build/orm/session.rst +++ b/doc/build/orm/session.rst @@ -42,7 +42,7 @@ held by the :class:`.Session` - there are a variety of events that will cause objects to re-access the database in order to keep synchronized. It is possible to "detach" objects from a :class:`.Session`, and to continue using them, though this practice has its caveats. It's intended that -usually, you'd re-associate detached objects another :class:`.Session` when you +usually, you'd re-associate detached objects with another :class:`.Session` when you want to work with them again, so that they can resume their normal task of representing database state. -- 2.47.3