Skip to content

Commit e245c5c

Browse files
committed
doc: Fix a link to test/lint/lint-python.py
1 parent ff78833 commit e245c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ don't have test cases for.
2424
Consider using [pyenv](https://github.com/pyenv/pyenv), which checks [.python-version](/.python-version),
2525
to prevent accidentally introducing modern syntax from an unsupported Python version.
2626
The CI linter job also checks this, but [possibly not in all cases](https://github.com/bitcoin/bitcoin/pull/14884#discussion_r239585126).
27-
- See [the python lint script](/test/lint/lint-python.sh) that checks for violations that
27+
- See [the python lint script](/test/lint/lint-python.py) that checks for violations that
2828
could lead to bugs and issues in the test code.
2929
- Use [type hints](https://docs.python.org/3/library/typing.html) in your code to improve code readability
3030
and to detect possible bugs earlier.

0 commit comments

Comments
 (0)