Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0187da9

Browse files
sync with cpython f6254327
1 parent 7942c0e commit 0187da9

File tree

3 files changed

+1235
-1279
lines changed

3 files changed

+1235
-1279
lines changed

library/unittest.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 3.13\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2025-02-23 00:15+0000\n"
12+
"POT-Creation-Date: 2025-05-18 00:18+0000\n"
1313
"PO-Revision-Date: 2022-10-16 06:03+0800\n"
1414
"Last-Translator: Adrian Liaw <[email protected]>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -227,8 +227,9 @@ msgid ""
227227
msgstr ""
228228

229229
#: ../../library/unittest.rst:113
230+
#, fuzzy
230231
msgid ""
231-
"A testcase is created by subclassing :class:`unittest.TestCase`. The three "
232+
"A test case is created by subclassing :class:`unittest.TestCase`. The three "
232233
"individual tests are defined with methods whose names start with the letters "
233234
"``test``. This naming convention informs the test runner about which "
234235
"methods represent tests."

0 commit comments

Comments
 (0)