mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix idlelib comment typos reported by Mike on pull request 4803. (#4807)
This commit is contained in:
parent
e56975351b
commit
e570211406
3 changed files with 3 additions and 3 deletions
|
@ -162,7 +162,7 @@ class HelpsourceBrowsefileTest(unittest.TestCase):
|
|||
# Path is widget entry, either '' or something.
|
||||
# Func return is file dialog return, either '' or something.
|
||||
# Func return should override widget entry.
|
||||
# We need all 4 combination to test all (most) code paths.
|
||||
# We need all 4 combinations to test all (most) code paths.
|
||||
for path, func, result in (
|
||||
('', lambda a,b,c:'', ''),
|
||||
('', lambda a,b,c: __file__, __file__),
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
"""Test SearchDialog class in idlelib.search.py"""
|
||||
|
||||
# Does not currently test the event handler wrappers.
|
||||
# A usage test should simulate clicks and check hilighting.
|
||||
# A usage test should simulate clicks and check highlighting.
|
||||
# Tests need to be coordinated with SearchDialogBase tests
|
||||
# to avoid duplication.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue