Skip to content

Commit 087b0fc

Browse files
authored
Update codeSpecification_first.md
删除2.5编码,与1编码重复
1 parent 5d9caf3 commit 087b0fc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Article/codeSpecification/codeSpecification_first.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ def main():
5454
* 可以使用多个空行分隔多组相关的函数
5555
* 函数中可以使用空行分隔出逻辑相关的代码
5656

57-
### 2.5、编码
58-
59-
* 文件使用 UTF-8 编码
60-
* 文件头部加入`#-*-conding:utf-8-*-`标识
6157

6258
## 3、import 语句
6359

@@ -258,4 +254,4 @@ Optional plotz says to frobnicate the bizbaz first.
258254
"""
259255

260256
"""Oneline docstring"""
261-
```
257+
```

0 commit comments

Comments
 (0)