Skip to content

Commit 18027ad

Browse files
committed
Merge pull request yidao620c#5 from Eskibear/patch-1
Update p12_determine_most_freqently_items_in_seq.rst
2 parents e336c56 + 9230b86 commit 18027ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c01/p12_determine_most_freqently_items_in_seq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
解决方案
1414
----------
1515
``collections.Counter`` 类就是专门为这类问题而设计的,
16-
它甚至有一个有用的 ``monst_common()`` 方法直接给了你答案。
16+
它甚至有一个有用的 ``most_common()`` 方法直接给了你答案。
1717

1818
为了演示,先假设你有一个单词列表并且想找出哪个单词出现频率最高。你可以这样做:
1919

0 commit comments

Comments
 (0)