diff options
| author | luzpaz <luzpaz@users.noreply.github.com> | 2017-11-05 13:37:50 (GMT) |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-11-05 13:37:50 (GMT) |
| commit | a5293b4ff2c1b5446947b4986f98ecf5d52432d4 (patch) | |
| tree | be2f5e686be63814c02eabc61a899631ec7a08ac /Lib/idlelib/paragraph.py | |
| parent | cf296537f164abeacd83011239881f75f290ed31 (diff) | |
| download | cpython-a5293b4ff2c1b5446947b4986f98ecf5d52432d4.zip cpython-a5293b4ff2c1b5446947b4986f98ecf5d52432d4.tar.gz cpython-a5293b4ff2c1b5446947b4986f98ecf5d52432d4.tar.bz2 | |
Fix miscellaneous typos (#4275)
Diffstat (limited to 'Lib/idlelib/paragraph.py')
| -rw-r--r-- | Lib/idlelib/paragraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/paragraph.py b/Lib/idlelib/paragraph.py index cf8dfdb..1270115 100644 --- a/Lib/idlelib/paragraph.py +++ b/Lib/idlelib/paragraph.py @@ -158,7 +158,7 @@ def reformat_comment(data, limit, comment_header): newdata = reformat_paragraph(data, format_width) # re-split and re-insert the comment header. newdata = newdata.split("\n") - # If the block ends in a \n, we dont want the comment prefix + # If the block ends in a \n, we don't want the comment prefix # inserted after it. (Im not sure it makes sense to reformat a # comment block that is not made of complete lines, but whatever!) # Can't think of a clean solution, so we hack away |
