pbtk
pbtk copied to clipboard
Please correct the magic comment # -*-coding: utf-8 -*.-
Hi, many thanks for your code! Just a note about the magic comment your have in your code, I see that you use:
#-*- encoding: Utf-8 -*-
but my editor highligth it as a mistake. It should be:
# -*- coding: utf-8 -*-
Many sources also state that if the code is Python3, the magic quote above is not longer required, because assumed per default.