Skip to content

Commit 4bb8678

Browse files
committed
minor fix in formatting
1 parent 94c3735 commit 4bb8678

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/connecting.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ access to the same User document across databases::
186186
with switch_db(User, 'archive-user-db') as User:
187187
User(name='Ross').save() # Saves the 'archive-user-db'
188188

189-
.. note:: :func:`~mongoengine.context_managers.switch_db` when used on
190-
a class that allow inheritance will change the database alias
191-
for instances of a given class only - instances of subclasses will still use
189+
.. note:: :func:`~mongoengine.context_managers.switch_db` when used on
190+
a class that allow inheritance will change the database alias
191+
for instances of a given class only - instances of subclasses will still use
192192
the default database.
193193

194194
Switch Collection

0 commit comments

Comments
 (0)