summaryrefslogtreecommitdiff
path: root/python/testData/refactoring/extractmethod/Comment2.before.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/refactoring/extractmethod/Comment2.before.py')
-rw-r--r--python/testData/refactoring/extractmethod/Comment2.before.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/testData/refactoring/extractmethod/Comment2.before.py b/python/testData/refactoring/extractmethod/Comment2.before.py
index d43386aff93c..23ba13de61f7 100644
--- a/python/testData/refactoring/extractmethod/Comment2.before.py
+++ b/python/testData/refactoring/extractmethod/Comment2.before.py
@@ -1,5 +1,5 @@
class Foo():
- <selection>tmp = "!" #try to extract this assignmet, either with or without this comment</selection>
+ <selection>tmp = "!" #try to extract this assignment, either with or without this comment</selection>
def bar(self):
pass \ No newline at end of file