You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
capitalization correction for Counter title (#206)
* Update collections.rst
* parallel sorting bug fix
Python 3 zip object no longer supports .sort()
AttributeError: 'zip' object has no attribute 'sort'
Changed to sorted to be forward compatible
0 commit comments