Fix broken link in contributing.asciidoc
This commit is contained in:
parent
f5c6ac3769
commit
65153be4a2
|
|
@ -608,7 +608,7 @@ Style conventions
|
|||
-----------------
|
||||
|
||||
qutebrowser's coding conventions are based on
|
||||
http://legacy.python.org/dev/peps/pep-0008/[PEP8] and the https://google-styleguide.googlecode.com/svn/trunk/pyguide.html[Google Python style guidelines] with some additions:
|
||||
http://legacy.python.org/dev/peps/pep-0008/[PEP8] and the https://google.github.io/styleguide/pyguide.html[Google Python style guidelines] with some additions:
|
||||
|
||||
* The _Raise:_ section is not added to the docstring.
|
||||
* Methods overriding Qt methods (obviously!) don't follow the naming schemes.
|
||||
|
|
|
|||
Loading…
Reference in New Issue