File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ SCRAM-SHA-256 (RFC 7677)
3232SCRAM-SHA-256 is the default authentication mechanism supported by a cluster
3333configured for authentication with MongoDB 4.0 or later. Authentication
3434requires a username, a password, and a database name. The default database
35- name is "admin", this can be overidden with the ``authSource `` option.
35+ name is "admin", this can be overridden with the ``authSource `` option.
3636Credentials can be specified as arguments to
3737:class: `~pymongo.mongo_client.MongoClient `::
3838
@@ -55,7 +55,7 @@ SCRAM-SHA-1 (RFC 5802)
5555SCRAM-SHA-1 is the default authentication mechanism supported by a cluster
5656configured for authentication with MongoDB 3.0 or later. Authentication
5757requires a username, a password, and a database name. The default database
58- name is "admin", this can be overidden with the ``authSource `` option.
58+ name is "admin", this can be overridden with the ``authSource `` option.
5959Credentials can be specified as arguments to
6060:class: `~pymongo.mongo_client.MongoClient `::
6161
You can’t perform that action at this time.
0 commit comments