Unify the comment style of python codes

This commit is contained in:
krahets
2023-04-09 05:30:02 +08:00
parent 5ddcb60825
commit 10e2180013
53 changed files with 109 additions and 106 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
=== "Python"
```python title=""
""" 标题注释,用于标注函数、类、测试样例等 """
"""标题注释,用于标注函数、类、测试样例等"""
# 内容注释,用于详解代码