diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-17 13:11:40 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-17 13:11:40 (GMT) |
commit | b5bc353b8893461b0ecdf0e4bc2b299ef2b19bc0 (patch) | |
tree | fecebf5a3c00ff7f3194ff1296e4cb26468634f0 /Lib/idlelib/idle_test/test_formatparagraph.py | |
parent | 9ff79f7c46fc13bb0855d33ab75acd578a950abf (diff) | |
download | cpython-b5bc353b8893461b0ecdf0e4bc2b299ef2b19bc0.zip cpython-b5bc353b8893461b0ecdf0e4bc2b299ef2b19bc0.tar.gz cpython-b5bc353b8893461b0ecdf0e4bc2b299ef2b19bc0.tar.bz2 |
#18741: fix more typos. Patch by FĂ©vry Thibault.
Diffstat (limited to 'Lib/idlelib/idle_test/test_formatparagraph.py')
-rw-r--r-- | Lib/idlelib/idle_test/test_formatparagraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idle_test/test_formatparagraph.py b/Lib/idlelib/idle_test/test_formatparagraph.py index 2ec8232..818c9d4 100644 --- a/Lib/idlelib/idle_test/test_formatparagraph.py +++ b/Lib/idlelib/idle_test/test_formatparagraph.py @@ -244,7 +244,7 @@ class FormatEventTest(unittest.TestCase): """Test the formatting of text inside a Text widget. This is done with FormatParagraph.format.paragraph_event, - which calls funtions in the module as appropriate. + which calls functions in the module as appropriate. """ test_string = ( " '''this is a test of a reformat for a triple " |