aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-01-04 23:55:13 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2018-01-04 23:55:13 +0100
commit4aa64557b57ff7b2b2e0cc06fcd7b94b2a08fe66 (patch)
tree2852564e15b0376d3f9cb9d08c4afe6dc8387e0a
parentddff3447f29b62d79a33f728791f42fa9436216e (diff)
downloadbitcoin-4aa64557b57ff7b2b2e0cc06fcd7b94b2a08fe66.tar.xz
Fix incorrect Markdown link
-rw-r--r--test/functional/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/README.md b/test/functional/README.md
index 6be4d9cfab..4d52751b05 100644
--- a/test/functional/README.md
+++ b/test/functional/README.md
@@ -17,7 +17,7 @@ don't have test cases for.
#### 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
nits (eg trailing whitespace, unused imports, etc)
- Avoid wildcard imports where possible