]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
docs/orm: spelling fix
authorIdan Kamara <idankk86@gmail.com>
Wed, 14 Nov 2012 12:35:29 +0000 (14:35 +0200)
committerIdan Kamara <idankk86@gmail.com>
Wed, 14 Nov 2012 12:35:29 +0000 (14:35 +0200)
doc/build/orm/session.rst

index 7b00f4eb5a675de58be353065935f630a930d68b..d5cc21e82ac2f1718945ea4ab8bbb949aedbe7a3 100644 (file)
@@ -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.