add reference for pep8

This commit is contained in:
Andreas Zweili 2018-12-18 21:15:15 +01:00
parent 7b19ecb525
commit df453d0eb2
1 changed files with 8 additions and 0 deletions

View File

@ -178,4 +178,12 @@
month = {Dec},
note = {[Online; accessed 16. Dec. 2018]},
url = {https://github.com/dotnet/roslyn/blob/master/License.txt}
}
@misc{pep8,
title = {{PEP 8 -- Style Guide for Python Code}},
journal = {Python.org},
year = {2018},
month = {Dec},
note = {[Online; accessed 18. Dec. 2018]},
url = {https://www.python.org/dev/peps/pep-0008/#a-foolish-consistency-is-the-hobgoblin-of-little-minds}
}