python / python-docs-zh-cn

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

[Typo]: unittest 中的笔误 #345

Closed zyf722 closed 6 months ago

zyf722 commented 7 months ago

Python Version

3

Docs Page

https://docs.python.org/zh-cn/3/library/unittest.html#load-tests-protocol

Original Translation

如果你希望在基类上的 setUpClasstearDownClass 被调用则你必须自己调用它们。

Original Docs Paragraph

If you want the setUpClass and tearDownClass on base classes called then you must call up to them yourself.

Suggested Fix

如果你希望在基类上的 setUpClasstearDownClass 被调用则你必须自己调用它们。

silkriver commented 6 months ago

fixed