Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RigacciOrg opened this issue Jul 3, 2023 · 0 comments
Open

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

RigacciOrg opened this issue Jul 3, 2023 · 0 comments

Comments

@RigacciOrg
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant