Merge pull request #22 from Tqlsdlddw/patch-1

Update codeSpecification_first.md
pull/59/head
两点水 2020-03-09 10:07:06 +08:00 committed by GitHub
commit 7eb243f9ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

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"""
```
```