Skip to content

Commit b1e78ce

Browse files
sync with cpython 6258c3cd
1 parent 980af0f commit b1e78ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

library/socket.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.11\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-02-13 00:17+0000\n"
10+
"POT-Creation-Date: 2023-04-05 00:14+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:10+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1878,8 +1878,8 @@ msgstr ""
18781878

18791879
#: ../../library/socket.rst:1690
18801880
msgid ""
1881-
"The socket timeout is no more reset each time data is sent successfully. The "
1882-
"socket timeout is now the maximum total duration to send all data."
1881+
"The socket timeout is no longer reset each time data is sent successfully. "
1882+
"The socket timeout is now the maximum total duration to send all data."
18831883
msgstr ""
18841884

18851885
#: ../../library/socket.rst:1703
@@ -2089,8 +2089,8 @@ msgstr ""
20892089
msgid ""
20902090
"In *non-blocking mode*, operations fail (with an error that is unfortunately "
20912091
"system-dependent) if they cannot be completed immediately: functions from "
2092-
"the :mod:`select` can be used to know when and whether a socket is available "
2093-
"for reading or writing."
2092+
"the :mod:`select` module can be used to know when and whether a socket is "
2093+
"available for reading or writing."
20942094
msgstr ""
20952095

20962096
#: ../../library/socket.rst:1917
@@ -2199,7 +2199,7 @@ msgstr ""
21992199
#: ../../library/socket.rst:2103
22002200
msgid ""
22012201
"After binding (:const:`CAN_RAW`) or connecting (:const:`CAN_BCM`) the "
2202-
"socket, you can use the :meth:`socket.send`, and the :meth:`socket.recv` "
2202+
"socket, you can use the :meth:`socket.send` and :meth:`socket.recv` "
22032203
"operations (and their counterparts) on the socket object as usual."
22042204
msgstr ""
22052205

0 commit comments

Comments
 (0)