Skip to content

Commit

Permalink
Fix broken link to the Coding Horror blog post (#3201)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudnick committed Nov 9, 2023
1 parent e2d368e commit e0b05bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Summary of our git branching model:
- Use [PEP8](https://www.python.org/dev/peps/pep-0008/);
- Write tests for your new features (please see "Tests" topic below);
- Always remember that [commented code is dead
code](https://www.codinghorror.com/blog/2008/07/coding-without-comments.html);
code](https://blog.codinghorror.com/coding-without-comments/);
- Name identifiers (variables, classes, functions, module names) with readable
names (`x` is always wrong);
- When manipulating strings, we prefer either [f-string
Expand Down

0 comments on commit e0b05bb

Please sign in to comment.