Skip to content

Commit 3fceb7a

Browse files
committed
黄老师发现文档字符串没有缩进,特修改。
1 parent 8912e83 commit 3fceb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

most_char_num.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
str1 = "sdsdsddssssssssdd"
3636

3737
def most_character_number(one_string):
38-
"""利用字典key来统计次数"""
38+
"""利用字典key来统计次数"""
3939
str_dict = {}
4040
for item in one_string:
4141
if item in str_dict:

0 commit comments

Comments
 (0)