Skip to content

Commit 0ca1c97

Browse files
authored
fix inaccurate comment, there are no memorybios here (#1434)
1 parent a157163 commit 0ca1c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def loopback(
326326
) -> tuple[Connection, Connection]:
327327
"""
328328
Create a connected socket pair and force two connected SSL sockets
329-
to talk to each other via memory BIOs.
329+
to talk to each other.
330330
"""
331331
if server_factory is None:
332332
server_factory = loopback_server_factory

0 commit comments

Comments
 (0)