Skip to content

Commit 331a2f0

Browse files
committed
one more
1 parent 7fb7b33 commit 331a2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/imaplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ def _pop(self, timeout, default=('', None)):
15241524
# Historical Note:
15251525
# The timeout was originally implemented using select() after
15261526
# checking for the presence of already-buffered data.
1527-
# That allowed timeouts on pipe connetions like IMAP4_stream.
1527+
# That allowed timeouts on pipe connections like IMAP4_stream.
15281528
# However, it seemed possible that SSL data arriving without any
15291529
# IMAP data afterward could cause select() to indicate available
15301530
# application data when there was none, leading to a read() call

0 commit comments

Comments
 (0)