summaryrefslogtreecommitdiff
path: root/Lib/idlelib/FormatParagraph.py
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2011-03-17 11:16:38 -0700
committerBrett Cannon <brett@python.org>2011-03-17 11:16:38 -0700
commiteb8cee83833830630f9d7388bd09d1fcb638b1a2 (patch)
tree651105352b4f7b17a4e747886562546082e9aaee /Lib/idlelib/FormatParagraph.py
parentecc2db515202456a67e9702ed94ce19fe5b4711f (diff)
parente9ff2ef20488eb3d1e8bba04516939585f35a148 (diff)
downloadcpython-git-eb8cee83833830630f9d7388bd09d1fcb638b1a2.tar.gz
merge
Diffstat (limited to 'Lib/idlelib/FormatParagraph.py')
-rw-r--r--Lib/idlelib/FormatParagraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/FormatParagraph.py b/Lib/idlelib/FormatParagraph.py
index 02f96d493a..6a5f9b5dd5 100644
--- a/Lib/idlelib/FormatParagraph.py
+++ b/Lib/idlelib/FormatParagraph.py
@@ -54,7 +54,7 @@ class FormatParagraph:
# If the block ends in a \n, we dont want the comment
# prefix inserted after it. (Im not sure it makes sense to
# reformat a comment block that isnt made of complete
- # lines, but whatever!) Can't think of a clean soltution,
+ # lines, but whatever!) Can't think of a clean solution,
# so we hack away
block_suffix = ""
if not newdata[-1]: