Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8c391a3

Browse filesBrowse files
mattwang44josix
andauthored
Apply suggestions from code review
Co-authored-by: Josix <wilson8507@gmail.com>
1 parent 18ec5f0 commit 8c391a3
Copy full SHA for 8c391a3

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎library/threading.po

Copy file name to clipboardExpand all lines: library/threading.po
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ msgstr ""
725725

726726
#: ../../library/threading.rst:528
727727
msgid "All methods are executed atomically."
728-
msgstr "所有方法均以最小操作方式 (atomically) 執行。"
728+
msgstr "所有方法均以最小不可分割的操作方式 (atomically) 執行。"
729729

730730
#: ../../library/threading.rst:533
731731
msgid ""
@@ -869,7 +869,7 @@ msgid ""
869869
"in :meth:`~RLock.acquire` to proceed."
870870
msgstr ""
871871
"RLock 的 :meth:`~RLock.acquire`/:meth:`~RLock.release` 呼叫成對組合可以嵌套使"
872-
"用,這與Lock 的 :meth:`~Lock.acquire`/:meth:`~Lock.release` 不同。只有最後一"
872+
"用,這與 Lock 的 :meth:`~Lock.acquire`/:meth:`~Lock.release` 不同。只有最後一"
873873
"個 :meth:`~RLock.release`\\ (最外面一對的 :meth:`~Lock.release`)會將鎖重置"
874874
"為未鎖定狀態,並允許在 :meth:`~RLock.acquire` 中阻塞的另一個執行緒繼續進行。"
875875

@@ -902,7 +902,7 @@ msgid ""
902902
"by the platform."
903903
msgstr ""
904904
"請注意,``RLock`` 實際上是一個工廠函式,它會回傳平台有支援的特定 RLock 類別的"
905-
"最有效版本的實例。"
905+
"最高效率版本的實例。"
906906

907907
#: ../../library/threading.rst:640
908908
msgid ":ref:`Using RLock as a context manager <with-locks>`"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.