Skip to content

Commit a21f8e3

Browse files
committed
fix some wrong renames from testsuite to testing/data vs test
1 parent d8443f8 commit a21f8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ There's also a shortcut for checking a single file::
2929

3030
import pycodestyle
3131

32-
fchecker = pycodestyle.Checker('tests/data/E27.py', show_source=True)
32+
fchecker = pycodestyle.Checker('testing/data/E27.py', show_source=True)
3333
file_errors = fchecker.check_all()
3434

3535
print("Found %s errors (and warnings)" % file_errors)

0 commit comments

Comments
 (0)