mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
Fix incorrect Markdown link
This commit is contained in:
parent
ddff3447f2
commit
4aa64557b5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ don't have test cases for.
|
||||||
|
|
||||||
#### Style guidelines
|
#### Style guidelines
|
||||||
|
|
||||||
- Where possible, try to adhere to [PEP-8 guidelines]([https://www.python.org/dev/peps/pep-0008/)
|
- Where possible, try to adhere to [PEP-8 guidelines](https://www.python.org/dev/peps/pep-0008/)
|
||||||
- Use a python linter like flake8 before submitting PRs to catch common style
|
- Use a python linter like flake8 before submitting PRs to catch common style
|
||||||
nits (eg trailing whitespace, unused imports, etc)
|
nits (eg trailing whitespace, unused imports, etc)
|
||||||
- Avoid wildcard imports where possible
|
- Avoid wildcard imports where possible
|
||||||
|
|
Loading…
Reference in a new issue