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 06b9270 commit d351f5aCopy full SHA for d351f5a
source/c01/p12_determine_most_freqently_items_in_seq.rst
@@ -33,7 +33,7 @@
33
----------
34
讨论
35
36
-作为输入, ``Counter`` 对象可以接受任意的 ``hashable`` 序列对象。
+作为输入, ``Counter`` 对象可以接受任意的由可哈希(``hashable``)元素构成的序列对象。
37
在底层实现上,一个 ``Counter`` 对象就是一个字典,将元素映射到它出现的次数上。比如:
38
39
.. code-block:: python
0 commit comments