python/python-docs-zh-cn

[Typo]: pprint模块pp函数的depth参数的翻译有错误

Closed this issue · 1 comments

Python Version

>= 3.12

Docs Page

https://docs.python.org/zh-cn/3.12/library/pprint.html

Original Translation

depth (int | None) -- 可被找钱的嵌套层级数量。

Image

Original Docs Paragraph

depth (int | None) – The number of nesting levels which may be printed.

Suggested Fix

"找钱"应改为“打印”
3.11版本的翻译为”depth 控制可被打印的缩进层级数量“

fixed