mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Issue #7568: typo in docstring. Thanks Mike Putnam.
This commit is contained in:
parent
27cae34bd0
commit
db69f01ea9
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ class IMAP4:
|
|||
def thread(self, threading_algorithm, charset, *search_criteria):
|
||||
"""IMAPrev1 extension THREAD command.
|
||||
|
||||
(type, [data]) = <instance>.thread(threading_alogrithm, charset, search_criteria, ...)
|
||||
(type, [data]) = <instance>.thread(threading_algorithm, charset, search_criteria, ...)
|
||||
"""
|
||||
name = 'THREAD'
|
||||
typ, dat = self._simple_command(name, threading_algorithm, charset, *search_criteria)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue