Skip to content

Commit c4e5620

Browse files
committed
wording
1 parent 70ef83e commit c4e5620

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/connect/mongoclient.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ constructor accepts. All parameters are optional.
141141
**Data type:** ``Type[_DocumentType]``
142142

143143
* - ``tz_aware``
144-
- Whether ``datetime`` values are aware (``True``) or naive (``False``).
144+
- If this parameter is ``True``, the client treats ``datetime`` values as aware.
145+
Otherwise, it treats them as naive.
145146

146147
For more information about aware and naive ``datetime`` values, see
147148
`datetime <https://docs.python.org/3/library/datetime.html>`__ in the Python
@@ -150,8 +151,9 @@ constructor accepts. All parameters are optional.
150151
**Data type:** ``bool``
151152

152153
* - ``connect``
153-
- Whether the client immediately begins connecting to MongoDB in the background
154-
(``True``) or connects on the first operation (``False``).
154+
- If this parameter is ``True``, the client begins connecting to MongoDB
155+
in the background immediately after you create it. If this parameter is ``False``,
156+
the client connects to MongoDB when it performs the first database operation.
155157

156158
If your application is running in a
157159
:wikipedia:`function-as-a-service (FaaS) <Function_as_a_service>`

0 commit comments

Comments
 (0)