Skip to content

Commit 00bf87c

Browse files
authored
Update ipc.po
1 parent 9b19b48 commit 00bf87c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/ipc.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ msgstr "網路與行程間通訊"
2727
msgid ""
2828
"The modules described in this chapter provide mechanisms for networking and "
2929
"inter-processes communication."
30-
msgstr "本章所描述的模組提供了網路和進程間通訊的機制。"
30+
msgstr "本章所描述的模組提供了網路和行程間通訊的機制。"
3131

3232
#: ../../library/ipc.rst:10
3333
msgid ""
3434
"Some modules only work for two processes that are on the same machine, e.g. :"
3535
"mod:`signal` and :mod:`mmap`. Other modules support networking protocols "
3636
"that two or more processes can use to communicate across machines."
3737
msgstr ""
38-
"某些模組僅適用於同一台機器上的兩個進程,例如 :mod:`signal` 和 :mod:`mmap`。其他模"
39-
"組則支援網路通訊協定,可供兩個或多個進程跨機器進行通訊。"
38+
"某些模組僅適用於同一台機器上的兩個行程,例如 :mod:`signal` 和 :mod:`mmap`。其他模"
39+
"組則支援網路通訊協定,可供兩個或多個行程跨機器進行通訊。"
4040

4141
#: ../../library/ipc.rst:14
4242
msgid "The list of modules described in this chapter is:"

0 commit comments

Comments
 (0)