Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0334c8d commit a9f7614Copy full SHA for a9f7614
1 file changed
library/asyncio-sync.po
@@ -92,12 +92,12 @@ msgstr "asyncio 锁可被用来保证对共享资源的独占访问。"
92
#: ../../library/asyncio-sync.rst:46
93
msgid ""
94
"The preferred way to use a Lock is an :keyword:`async with` statement::"
95
-msgstr ""
+msgstr "使用 Lock 的推荐方式是通过 :keyword:`async with` 语句::"
96
97
#: ../../library/asyncio-sync.rst:55 ../../library/asyncio-sync.rst:200
98
#: ../../library/asyncio-sync.rst:300
99
msgid "which is equivalent to::"
100
+msgstr "这等价于::"
101
102
#: ../../library/asyncio-sync.rst:68 ../../library/asyncio-sync.rst:114
103
#: ../../library/asyncio-sync.rst:190 ../../library/asyncio-sync.rst:290
0 commit comments