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 typoed variable name #110

Merged
merged 1 commit into from
Feb 4, 2022
Merged

Fix typoed variable name #110

merged 1 commit into from
Feb 4, 2022

Conversation

dericke
Copy link
Contributor

@dericke dericke commented Feb 3, 2022

I found a typo in a pair of functions. Rather than just correct the spelling, I found it easiest to just avoid storing the variable in the first place and return immediately instead.

Prior to this PR, is_int() always returns True, no matter the input. With this PR, it should work as intended.

@pageauc pageauc merged commit 889ede7 into pageauc:master Feb 4, 2022
@dericke dericke deleted the typo branch February 4, 2022 02:19
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.

2 participants