cs231n / cs231n.github.io

Public facing notes page
MIT License
10.12k stars 4.06k forks source link

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

Closed reangdeba closed 4 years ago

reangdeba commented 5 years ago

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

brentyi commented 4 years ago

looks reasonable to me!