Skip to content

Commit ee9f0e0

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython e7a2659b
1 parent 4bed7e7 commit ee9f0e0

File tree

3 files changed

+550
-553
lines changed

3 files changed

+550
-553
lines changed

library/socket.po

Lines changed: 4 additions & 4 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: 2022-10-31 08:13+0000\n"
10+
"POT-Creation-Date: 2023-01-02 00:15+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-"
@@ -888,7 +888,7 @@ msgstr ""
888888
#: ../../library/socket.rst:719
889889
msgid ""
890890
"*family* should be either :data:`AF_INET` or :data:`AF_INET6`. *backlog* is "
891-
"the queue size passed to :meth:`socket.listen`; when ``0`` a default "
891+
"the queue size passed to :meth:`socket.listen`; if not specified , a default "
892892
"reasonable value is chosen. *reuse_port* dictates whether to set the :data:"
893893
"`SO_REUSEPORT` socket option."
894894
msgstr ""
@@ -1743,8 +1743,8 @@ msgstr ""
17431743

17441744
#: ../../library/socket.rst:1530
17451745
msgid ""
1746-
"For multicast IPv6 address, first item of *address* does not contain ``"
1747-
"%scope_id`` part anymore. In order to get full IPv6 address use :func:"
1746+
"For multicast IPv6 address, first item of *address* does not contain "
1747+
"``%scope_id`` part anymore. In order to get full IPv6 address use :func:"
17481748
"`getnameinfo`."
17491749
msgstr ""
17501750

0 commit comments

Comments
 (0)