Skip to content

fixed a typo xrange() -> range() #215

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

Merged
merged 1 commit into from
Apr 7, 2020
Merged

fixed a typo xrange() -> range() #215

merged 1 commit into from
Apr 7, 2020

Conversation

reangdeba
Copy link
Contributor

xrange() is deprecated in Python 3.x. consider using range() instead.

xrange() is deprecated in Python 3.x. consider using range() instead.
@brentyi
Copy link
Collaborator

brentyi commented Apr 7, 2020

looks reasonable to me!

@brentyi brentyi merged commit 80e9738 into cs231n:master Apr 7, 2020
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