Auth doc should use term "deployment", not "cluster".
The term "cluster" is reserved for sharded clusters in MongoDB documentation. This document should use the term "deployment" to mean any set of one or more MongoDB servers.
This commit is contained in:
parent
98afef5871
commit
9a944b56ce
@ -8,7 +8,7 @@ Python module and MongoDB version dependencies.
|
||||
MONGODB-CR
|
||||
----------
|
||||
MONGODB-CR is the default authentication mechanism supported by a MongoDB
|
||||
cluster configured for authentication. Authentication is per-database and
|
||||
deployment configured for authentication. Authentication is per-database and
|
||||
credentials can be specified through the MongoDB URI or passed to the
|
||||
:meth:`~pymongo.database.Database.authenticate` method::
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user