Skip to content

Commit 4aa6455

Browse files
Fix incorrect Markdown link
1 parent ddff344 commit 4aa6455

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
@@ -17,7 +17,7 @@ don't have test cases for.
1717

1818
#### Style guidelines
1919

20-
- Where possible, try to adhere to [PEP-8 guidelines]([https://www.python.org/dev/peps/pep-0008/)
20+
- Where possible, try to adhere to [PEP-8 guidelines](https://www.python.org/dev/peps/pep-0008/)
2121
- Use a python linter like flake8 before submitting PRs to catch common style
2222
nits (eg trailing whitespace, unused imports, etc)
2323
- Avoid wildcard imports where possible

0 commit comments

Comments
 (0)