Closed
Description
Documentation
The collections.Counter documentation states:
c.items() # convert to a list of (elem, cnt) pairs
which seems to have been correct in Python 2 but is no longer "technically" correct
The collections.Counter documentation states:
c.items() # convert to a list of (elem, cnt) pairs
which seems to have been correct in Python 2 but is no longer "technically" correct