Skip to content

Commit

Permalink
Merge #12093: Fix incorrect Markdown link
Browse files Browse the repository at this point in the history
4aa6455 Fix incorrect Markdown link (practicalswift)

Pull request description:

  Fix incorrect Markdown link.

Tree-SHA512: c6c4e4ddf215fdffa49aa55aed590656356bb7e898b2843a7a6c669eff9f401fe4772a9298893e9fe7f7bc5ea25f7dd87f792241c09e4cd83e7609633556a5bb
  • Loading branch information
jonasschnelli committed Jan 4, 2018
2 parents ddff344 + 4aa6455 commit 5691028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/README.md
Expand Up @@ -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
Expand Down

0 comments on commit 5691028

Please sign in to comment.