Skip to content

Commit 9230b86

Browse files
committed
Update p12_determine_most_freqently_items_in_seq.rst
correct spell mistake
1 parent e336c56 commit 9230b86

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)