File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,11 @@ constructor accepts. All parameters are optional.
168
168
169
169
**Data type:** `TypeRegistry <{+api-root+}bson/codec_options.html#bson.codec_options.TypeRegistry>`__
170
170
171
+ You can also pass keyword arguments to the ``MongoClient()`` constructor to specify
172
+ optional parameters. For a complete list of keyword arguments, see the
173
+ `MongoClient <{+api-root+}pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__
174
+ class in the API documentation.
175
+
171
176
Concurrent Execution
172
177
--------------------
173
178
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ MongoDB {+driver-short+} Documentation
26
26
Monitoring </monitoring>
27
27
Serialization </serialization>
28
28
Third-Party Tools </tools>
29
- FAQ </faq>
30
- Troubleshooting </troubleshooting>
31
29
What's New </whats-new>
32
30
Upgrade </upgrade>
33
31
Migrate from Motor </motor-async-migration>
@@ -123,12 +121,6 @@ Third-Party Tools
123
121
For a list of popular third-party Python libraries for working with
124
122
MongoDB, see the :ref:`pymongo-tools` section.
125
123
126
- Troubleshooting
127
- ---------------
128
-
129
- For solutions to issues you might encounter when using the driver, see the
130
- :ref:`pymongo-troubleshooting` section.
131
-
132
124
What's New
133
125
----------
134
126
You can’t perform that action at this time.
0 commit comments