Skip to content

Commit

Permalink
fix some wrong renames from testsuite to testing/data vs test
Browse files Browse the repository at this point in the history
  • Loading branch information
lev-blit committed Jul 21, 2023
1 parent d8443f8 commit a21f8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ There's also a shortcut for checking a single file::

import pycodestyle

fchecker = pycodestyle.Checker('tests/data/E27.py', show_source=True)
fchecker = pycodestyle.Checker('testing/data/E27.py', show_source=True)
file_errors = fchecker.check_all()

print("Found %s errors (and warnings)" % file_errors)
Expand Down

0 comments on commit a21f8e3

Please sign in to comment.