Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ff02b commit 76e8fd7Copy full SHA for 76e8fd7
1 file changed
Doc/library/collections.rst
@@ -225,7 +225,7 @@ For example::
225
.. class:: Counter([iterable-or-mapping])
226
227
A :class:`Counter` is a :class:`dict` subclass for counting hashable objects.
228
- It is an unordered collection where elements are stored as dictionary keys
+ It is a collection where elements are stored as dictionary keys
229
and their counts are stored as dictionary values. Counts are allowed to be
230
any integer value including zero or negative counts. The :class:`Counter`
231
class is similar to bags or multisets in other languages.
0 commit comments