Skip to content

Commit 8df6b7c

Browse files
spkbehackett
authored andcommitted
Add missing backquote for CERT_REQUIRED
1 parent a5383b6 commit 8df6b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/ssl_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def validate_cert_reqs(option, value):
6565
return value
6666
raise ValueError("The value of %s must be one of: "
6767
"`ssl.CERT_NONE`, `ssl.CERT_OPTIONAL` or "
68-
"`ssl.CERT_REQUIRED" % (option,))
68+
"`ssl.CERT_REQUIRED`" % (option,))
6969

7070
def _load_wincerts():
7171
"""Set _WINCERTS to an instance of wincertstore.Certfile."""

0 commit comments

Comments
 (0)