python / python-docs-zh-cn

zh_CN translation of the Python documentation
https://docs.python.org/zh-cn/
431 stars 74 forks source link

Inspect 标准库文档错字 #281

Closed kanglmf closed 2 years ago

kanglmf commented 2 years ago

https://docs.python.org/zh-cn/3/library/inspect.html?highlight=inspect#inspect.CO_VARKEYWORDS

原文: 代码对象拥有一个可变关键字形惨死(类似 **kwrags)。

应为: 代码对象拥有一个可变关键字形参(类似 **kwrags)。

silkriver commented 2 years ago

fixed