Skip to content

Commit 418130d

Browse files
authored
docs: Fix a few typos (#1003)
1 parent 34f3a15 commit 418130d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymongo/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ def command(
772772
773773
.. note:: If this client has been configured to use MongoDB Stable
774774
API (see :ref:`versioned-api-ref`), then :meth:`command` will
775-
automactically add API versioning options to the given command.
775+
automatically add API versioning options to the given command.
776776
Explicitly adding API versioning options in the command and
777777
declaring an API version on the client is not supported.
778778

pymongo/ocsp_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def _verify_response(issuer, response):
217217
if not res:
218218
return 0
219219

220-
# Note that we are not using a "tolerence period" as discussed in
220+
# Note that we are not using a "tolerance period" as discussed in
221221
# https://tools.ietf.org/rfc/rfc5019.txt?
222222
now = _datetime.utcnow()
223223
# RFC6960, Section 3.2, Number 5

0 commit comments

Comments
 (0)