mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-16 00:46:06 +00:00
Unify the comment style of python codes
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
=== "Python"
|
||||
|
||||
```python title=""
|
||||
""" 标题注释,用于标注函数、类、测试样例等 """
|
||||
"""标题注释,用于标注函数、类、测试样例等"""
|
||||
|
||||
# 内容注释,用于详解代码
|
||||
|
||||
|
||||
Reference in New Issue
Block a user