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:
A. Jesse Jiryu Davis 2014-09-17 13:46:22 -04:00
parent 98afef5871
commit 9a944b56ce

View File

@ -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::