Skip to content

Commit 73bd2e1

Browse files
author
Andrew Brookins
committed
Wording changes for connections docs
1 parent 0d74f4e commit 73bd2e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/connections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ To learn more about the URL format that Redis OM Python uses, consult [redis-py'
5454

5555
## Connection Objects
5656

57-
Aside from controlling connections via the `REDIS_OM_URL` environment variable, you can manually construct Redis client connections per Redis OM model.
57+
Aside from controlling connections via the `REDIS_OM_URL` environment variable, you can manually construct Redis client connections for a specific OM model class.
5858

59-
This method takes precedence over the `REDIS_OM_URL` environment variable.
59+
**NOTE:** This method takes precedence over the `REDIS_OM_URL` environment variable.
6060

6161
You can control the connection a specific model class should use by assigning an object to the *database* field of a model's _Meta_ object, like so:
6262

0 commit comments

Comments
 (0)