Skip to content

Commit db69f01

Browse files
committed
Issue python#7568: typo in docstring. Thanks Mike Putnam.
1 parent 27cae34 commit db69f01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/imaplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ def subscribe(self, mailbox):
726726
def thread(self, threading_algorithm, charset, *search_criteria):
727727
"""IMAPrev1 extension THREAD command.
728728
729-
(type, [data]) = <instance>.thread(threading_alogrithm, charset, search_criteria, ...)
729+
(type, [data]) = <instance>.thread(threading_algorithm, charset, search_criteria, ...)
730730
"""
731731
name = 'THREAD'
732732
typ, dat = self._simple_command(name, threading_algorithm, charset, *search_criteria)

0 commit comments

Comments
 (0)