Skip to content

Commit 7a34cfd

Browse files
jwilkmyint
authored andcommitted
Fix typo (#327)
1 parent b75144b commit 7a34cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyflakes/test/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def test_nonKeywordAfterKeywordSyntaxError(self):
514514
foo(bar=baz, bax)
515515
%s""" % (sourcePath, column, message, last_line)])
516516

517-
@skipIf(PYPY, 'Output in PyPy varies highly, dependending on version')
517+
@skipIf(PYPY, 'Output in PyPy varies highly, depending on version')
518518
def test_invalidEscape(self):
519519
"""
520520
The invalid escape syntax raises ValueError in Python 2

0 commit comments

Comments
 (0)