pbtk icon indicating copy to clipboard operation
pbtk copied to clipboard

Please correct the magic comment # -*-coding: utf-8 -*.-

Open RigacciOrg opened this issue 1 year ago • 0 comments

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.

RigacciOrg avatar Jul 03 '23 14:07 RigacciOrg