77msgstr ""
88"Project-Id-Version :Python 3.12\n "
99"Report-Msgid-Bugs-To :\n "
10- "POT-Creation-Date :2023-07-24 00:03+0000\n "
10+ "POT-Creation-Date :2024-05-09 00:03+0000\n "
1111"PO-Revision-Date :2015-12-09 17:51+0000\n "
1212"Last-Translator :Liang-Bo Wang <me@liang2.tw>\n "
1313"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -19,7 +19,7 @@ msgstr ""
1919"Plural-Forms :nplurals=1; plural=0;\n "
2020
2121#: ../../library/_thread.rst:2
22- msgid ":mod:`_thread` --- Low-level threading API"
22+ msgid ":mod:`! _thread` --- Low-level threading API"
2323msgstr ""
2424
2525#: ../../library/_thread.rst:15
@@ -203,8 +203,8 @@ msgstr ""
203203#: ../../library/_thread.rst:168
204204msgid ""
205205"If the *blocking* argument is present, the action depends on its value: if "
206- "it isFalse , the lock is only acquired if it can be acquired immediately "
207- "without waiting, while if it isTrue , the lock is acquired unconditionally "
206+ "it isfalse , the lock is only acquired if it can be acquired immediately "
207+ "without waiting, while if it istrue , the lock is acquired unconditionally "
208208"as above."
209209msgstr ""
210210
@@ -213,7 +213,7 @@ msgid ""
213213"If the floating-point *timeout* argument is present and positive, it "
214214"specifies the maximum wait time in seconds before returning. A negative "
215215"*timeout* argument specifies an unbounded wait. You cannot specify a "
216- "*timeout* if *blocking* isFalse ."
216+ "*timeout* if *blocking* isfalse ."
217217msgstr ""
218218
219219#: ../../library/_thread.rst:178