|
7 | 7 | msgstr ""
|
8 | 8 | "Project-Id-Version: Python 3.11\n"
|
9 | 9 | "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" |
11 | 11 | "PO-Revision-Date: 2018-05-23 16:10+0000\n"
|
12 | 12 | "Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
|
13 | 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -1878,8 +1878,8 @@ msgstr ""
|
1878 | 1878 |
|
1879 | 1879 | #: ../../library/socket.rst:1690
|
1880 | 1880 | 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." |
1883 | 1883 | msgstr ""
|
1884 | 1884 |
|
1885 | 1885 | #: ../../library/socket.rst:1703
|
@@ -2089,8 +2089,8 @@ msgstr ""
|
2089 | 2089 | msgid ""
|
2090 | 2090 | "In *non-blocking mode*, operations fail (with an error that is unfortunately "
|
2091 | 2091 | "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." |
2094 | 2094 | msgstr ""
|
2095 | 2095 |
|
2096 | 2096 | #: ../../library/socket.rst:1917
|
@@ -2199,7 +2199,7 @@ msgstr ""
|
2199 | 2199 | #: ../../library/socket.rst:2103
|
2200 | 2200 | msgid ""
|
2201 | 2201 | "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` " |
2203 | 2203 | "operations (and their counterparts) on the socket object as usual."
|
2204 | 2204 | msgstr ""
|
2205 | 2205 |
|
|
0 commit comments