Skip to content

Commit 7eb243f

Browse files
authored
Merge pull request #22 from Tqlsdlddw/patch-1
Update codeSpecification_first.md
2 parents 2618ad5 + 087b0fc commit 7eb243f

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)