From 4882cacab6bcaf90ac496fc8878987598e7665c1 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Tue, 14 Apr 2015 09:30:01 +0300 Subject: Issue #23943: Fix typos. Patch by Piotr Kasprzyk. --- Lib/idlelib/SearchEngine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/SearchEngine.py') diff --git a/Lib/idlelib/SearchEngine.py b/Lib/idlelib/SearchEngine.py index 1e0534c085d..37883bf687c 100644 --- a/Lib/idlelib/SearchEngine.py +++ b/Lib/idlelib/SearchEngine.py @@ -107,7 +107,7 @@ class SearchEngine: It directly return the result of that call. Text is a text widget. Prog is a precompiled pattern. - The ok parameteris a bit complicated as it has two effects. + The ok parameter is a bit complicated as it has two effects. If there is a selection, the search begin at either end, depending on the direction setting and ok, with ok meaning that -- cgit v1.2.3