Skip to content
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
Expand Up @@ -367,7 +367,7 @@ Python docs 使用 reStructuredText 标记语言编写,因此我们在翻译
============= ==================
原文 翻译
============= ==================
argument 参数、实参、形参
argument 参数、实参
attribute 属性
boolean boolean(布尔)
class class(类、类型)
Expand All @@ -394,7 +394,7 @@ module module(模块)
object object(对象)
operand operand
operator 操作符
parameter 参数、实参、形参
parameter 形参
prompt prompt
return 返回
set set(集合)
Expand Down