Update codeSpecification_first.md

删除2.5编码,与1编码重复
This commit is contained in:
Tqlsdlddw
2019-08-03 15:55:06 +08:00
committed by GitHub
parent 5d9caf3948
commit 087b0fca63

View File

@@ -54,10 +54,6 @@ def main():
* 可以使用多个空行分隔多组相关的函数
* 函数中可以使用空行分隔出逻辑相关的代码
### 2.5、编码
* 文件使用 UTF-8 编码
* 文件头部加入`#-*-conding:utf-8-*-`标识
## 3、import 语句
@@ -258,4 +254,4 @@ Optional plotz says to frobnicate the bizbaz first.
"""
"""Oneline docstring"""
```
```