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

fix: typos #551

Closed
wants to merge 1 commit into from
Closed

fix: typos #551

wants to merge 1 commit into from

Conversation

kkirsche
Copy link

@kkirsche kkirsche commented Sep 7, 2021

This fixes typos related to the word "hexadecimal"

I did notice also you are hardcoding the hex digits, I didn't include it in this scope, but you can simply use string.hexdigits (see https://docs.python.org/3/library/string.html#string.hexdigits for Python 3 and https://docs.python.org/2/library/string.html#string.hexdigits for Python 2) as a constant instead (this also applies to other constant values.

@Thom1729
Copy link
Contributor

Closing in favor of #553.

@Thom1729 Thom1729 closed this Sep 22, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants