mirror of
https://github.com/python/cpython.git
synced 2025-10-30 13:11:29 +00:00
Merged revisions 77043 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r77043 | mark.dickinson | 2009-12-24 16:12:49 +0000 (Thu, 24 Dec 2009) | 9 lines
Merged revisions 77041 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77041 | mark.dickinson | 2009-12-24 16:06:58 +0000 (Thu, 24 Dec 2009) | 1 line
Issue #7568: typo in docstring. Thanks Mike Putnam.
........
................
This commit is contained in:
parent
8c0678132f
commit
39159e143c
1 changed files with 1 additions and 1 deletions
|
|
@ -740,7 +740,7 @@ def subscribe(self, mailbox):
|
|||
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