Skip to content

Commit cc69052

Browse files
authored
Fix typo in comment.
1 parent 7a6ac19 commit cc69052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittest2pytest/fixes/fix_self_assert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def RaisesOp(context, exceptionClass, indent, kws, arglist, node):
168168
suite = func.children[-1].clone()
169169
else:
170170
# TODO: Newlines within arguments are not handled yet.
171-
# If argment prefix contains a newline, all whitespace around this
171+
# If argument prefix contains a newline, all whitespace around this
172172
# ought to be replaced by indent plus 4+1+len(func) spaces.
173173
suite = Call(func, arglist)
174174

0 commit comments

Comments
 (0)