We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8443f8 commit a21f8e3Copy full SHA for a21f8e3
docs/advanced.rst
@@ -29,7 +29,7 @@ There's also a shortcut for checking a single file::
29
30
import pycodestyle
31
32
- fchecker = pycodestyle.Checker('tests/data/E27.py', show_source=True)
+ fchecker = pycodestyle.Checker('testing/data/E27.py', show_source=True)
33
file_errors = fchecker.check_all()
34
35
print("Found %s errors (and warnings)" % file_errors)
0 commit comments