commit | d9677f36fe486e86bb86f2cd59cb7fc3804bdac1 | [log] [tgz] |
---|---|---|
author | Xtreak <tir.karthi@gmail.com> | Mon Jun 03 09:51:15 2019 +0530 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Mon Jun 03 00:21:15 2019 -0400 |
tree | 587a07399b08b0c9cb380644d3e85f50442598ce | |
parent | cba9f84725353455b0995bd47d0fa8cb1724464b [diff] [blame] |
IDLE: Fix typos in docs and comments (GH-13749)
diff --git a/Lib/idlelib/editor.py b/Lib/idlelib/editor.py index 89b7239..a667472 100644 --- a/Lib/idlelib/editor.py +++ b/Lib/idlelib/editor.py
@@ -315,7 +315,7 @@ self.CodeContext(self).toggle_code_context_event) def _filename_to_unicode(self, filename): - """Return filename as BMP unicode so diplayable in Tk.""" + """Return filename as BMP unicode so displayable in Tk.""" # Decode bytes to unicode. if isinstance(filename, bytes): try: