diff options
author | Xtreak <tir.karthi@gmail.com> | 2019-06-03 04:21:15 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2019-06-03 04:21:15 (GMT) |
commit | d9677f36fe486e86bb86f2cd59cb7fc3804bdac1 (patch) | |
tree | 587a07399b08b0c9cb380644d3e85f50442598ce /Lib/idlelib/search.py | |
parent | cba9f84725353455b0995bd47d0fa8cb1724464b (diff) | |
download | cpython-d9677f36fe486e86bb86f2cd59cb7fc3804bdac1.zip cpython-d9677f36fe486e86bb86f2cd59cb7fc3804bdac1.tar.gz cpython-d9677f36fe486e86bb86f2cd59cb7fc3804bdac1.tar.bz2 |
IDLE: Fix typos in docs and comments (GH-13749)
Diffstat (limited to 'Lib/idlelib/search.py')
-rw-r--r-- | Lib/idlelib/search.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/search.py b/Lib/idlelib/search.py index 5bbe9d6..b35f3b5 100644 --- a/Lib/idlelib/search.py +++ b/Lib/idlelib/search.py @@ -80,7 +80,7 @@ class SearchDialog(SearchDialogBase): If no search was previously run, open a new search dialog. In this case, no search is done. - If a seach was previously run, the search dialog won't be + If a search was previously run, the search dialog won't be shown and the options from the previous search (including the search pattern) will be used to find the next occurrence of the pattern. Next is relative based on direction. |