Skip to content

Commit 0312acb

Browse files
committed
fix typo...
1 parent e451ceb commit 0312acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/network_layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
_HAVE_PYOPENSSL = True
5252
except ImportError:
5353
_HAVE_PYOPENSSL = False
54-
_pysslCon = SSLSocket
54+
_pysslConn = SSLSocket
5555

5656
from pymongo.ssl_support import ( # type: ignore[assignment]
5757
BLOCKING_IO_LOOKUP_ERROR,

0 commit comments

Comments
 (0)