From 9a944b56ce8a0d24dfa1afc6f5fff361fbbc707f Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Wed, 17 Sep 2014 13:46:22 -0400 Subject: [PATCH] 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. --- doc/examples/authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/authentication.rst b/doc/examples/authentication.rst index 51a9c3e82..581a90ac8 100644 --- a/doc/examples/authentication.rst +++ b/doc/examples/authentication.rst @@ -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::