mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix miscellaneous typos (#4275)
This commit is contained in:
parent
cf296537f1
commit
a5293b4ff2
50 changed files with 82 additions and 82 deletions
|
@ -74,14 +74,14 @@ class ReplaceDialogTest(unittest.TestCase):
|
|||
replace()
|
||||
equal(text.get('1.8', '1.12'), 'asdf')
|
||||
|
||||
# dont "match word" case
|
||||
# don't "match word" case
|
||||
text.mark_set('insert', '1.0')
|
||||
pv.set('is')
|
||||
rv.set('hello')
|
||||
replace()
|
||||
equal(text.get('1.2', '1.7'), 'hello')
|
||||
|
||||
# dont "match case" case
|
||||
# don't "match case" case
|
||||
pv.set('string')
|
||||
rv.set('world')
|
||||
replace()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue