From 15452333afae3e81b9c1ed27d8daa628b9be758e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 27 Mar 2003 16:59:38 +0000 Subject: Replace criterium with criterion. Fixes #705120. --- Lib/imaplib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/imaplib.py') diff --git a/Lib/imaplib.py b/Lib/imaplib.py index c3d56a782f..12c19a05a1 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py @@ -573,7 +573,7 @@ class IMAP4: def search(self, charset, *criteria): """Search mailbox for matching messages. - (typ, [data]) = .search(charset, criterium, ...) + (typ, [data]) = .search(charset, criterion, ...) 'data' is space separated list of matching message numbers. """ -- cgit v1.2.1