We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e451ceb commit 0312acbCopy full SHA for 0312acb
pymongo/network_layer.py
@@ -51,7 +51,7 @@
51
_HAVE_PYOPENSSL = True
52
except ImportError:
53
_HAVE_PYOPENSSL = False
54
- _pysslCon = SSLSocket
+ _pysslConn = SSLSocket
55
56
from pymongo.ssl_support import ( # type: ignore[assignment]
57
BLOCKING_IO_LOOKUP_ERROR,
0 commit comments