diff options
| author | Jonas Schnelli <[email protected]> | 2018-01-04 13:49:03 -1000 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2018-01-04 13:49:12 -1000 |
| commit | 56910285fa4a7a0f3b931e7613b9691cee9c13ff (patch) | |
| tree | 2852564e15b0376d3f9cb9d08c4afe6dc8387e0a | |
| parent | Merge #11997: [tests] util_tests.cpp: actually check ignored args (diff) | |
| parent | Fix incorrect Markdown link (diff) | |
| download | discoin-56910285fa4a7a0f3b931e7613b9691cee9c13ff.tar.xz discoin-56910285fa4a7a0f3b931e7613b9691cee9c13ff.zip | |
Merge #12093: Fix incorrect Markdown link
4aa64557b Fix incorrect Markdown link (practicalswift)
Pull request description:
Fix incorrect Markdown link.
Tree-SHA512: c6c4e4ddf215fdffa49aa55aed590656356bb7e898b2843a7a6c669eff9f401fe4772a9298893e9fe7f7bc5ea25f7dd87f792241c09e4cd83e7609633556a5bb
| -rw-r--r-- | test/functional/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/README.md b/test/functional/README.md index 6be4d9cfa..4d52751b0 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 |