Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

团队约定草稿 #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.rst
区分 `argument` 和 `parameter`
  • Loading branch information
songww authored Nov 6, 2018
commit 8a02a8ea79446d1d57601593d4ec2f7ad9354487
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -367,7 +367,7 @@ Python docs 使用 reStructuredText 标记语言编写,因此我们在翻译
============= ==================
原文 翻译
============= ==================
argument 参数、实参、形参
argument 参数、实参
attribute 属性
boolean boolean(布尔)
class class(类、类型)
@@ -394,7 +394,7 @@ module module(模块)
object object(对象)
operand operand
operator 操作符
parameter 参数、实参、形参
parameter 形参
prompt prompt
return 返回
set set(集合)