File tree Expand file tree Collapse file tree 10 files changed +1712
-1705
lines changed Expand file tree Collapse file tree 10 files changed +1712
-1705
lines changed Original file line number Diff line number Diff line change 77msgstr ""
88"Project-Id-Version : Python 3.11\n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2022-11-26 00:17 +0000\n "
10+ "POT-Creation-Date : 2022-12-31 00:15 +0000\n "
1111"PO-Revision-Date : 2018-05-23 14:42+0000\n "
1212"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
1313"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -1453,7 +1453,7 @@ msgstr ""
14531453#: ../../library/curses.rst:1306
14541454msgid ""
14551455"Display a vertical line starting at ``(y, x)`` with length *n* consisting of "
1456- "the character *ch*."
1456+ "the character *ch* with attributes *attr* ."
14571457msgstr ""
14581458
14591459#: ../../library/curses.rst:1311
Original file line number Diff line number Diff line change 77msgstr ""
88"Project-Id-Version : Python 3.11\n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2022-12-07 00:17 +0000\n "
10+ "POT-Creation-Date : 2023-01-04 00:15 +0000\n "
1111"PO-Revision-Date : 2018-05-23 16:01+0000\n "
1212"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
1313"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -854,7 +854,7 @@ msgid ""
854854"call an *Enum*'s :meth:`_generate_next_value_` to get an appropriate value. "
855855"For *Enum* and *IntEnum* that appropriate value will be the last value plus "
856856"one; for *Flag* and *IntFlag* it will be the first power-of-two greater than "
857- "the last value; for *StrEnum* it will be the lower-cased version of the "
857+ "the highest value; for *StrEnum* it will be the lower-cased version of the "
858858"member's name. Care must be taken if mixing *auto()* with manually "
859859"specified values."
860860msgstr ""
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 77msgstr ""
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
889889msgid ""
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."
894894msgstr ""
@@ -1743,8 +1743,8 @@ msgstr ""
17431743
17441744#: ../../library/socket.rst:1530
17451745msgid ""
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`."
17491749msgstr ""
17501750
You can’t perform that action at this time.
0 commit comments