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

BUG: Fix typo in numpy.__init__.py #18293

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

charris
Copy link
Member

@charris charris commented Feb 2, 2021

Fix use of "long" when "unicode" was intended. Also fix
spelling of "unicode".

Closes #18287

Fix use of "long" when "unicode" was intended. Also fix
spelling of "unicode".

Closes numpy#18287
@charris charris added 00 - Bug 09 - Backport-Candidate PRs tagged should be backported labels Feb 2, 2021
@charris charris added this to the 1.20.1 release milestone Feb 2, 2021
@mattip mattip merged commit e80b193 into numpy:master Feb 2, 2021
@mattip
Copy link
Member

mattip commented Feb 2, 2021

Thanks @charris

@charris charris removed the 09 - Backport-Candidate PRs tagged should be backported label Feb 3, 2021
@charris charris removed this from the 1.20.1 release milestone Feb 3, 2021
@charris charris deleted the fix-unicode-alias-error branch May 3, 2021 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

np.unicode aliased to np.compat.long
2 participants