Skip to content

Commit 7650db5

Browse files
sync with cpython 7308015d
1 parent 51e69a0 commit 7650db5

File tree

5 files changed

+1889
-1689
lines changed

5 files changed

+1889
-1689
lines changed

c-api/set.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.14\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2023-11-27 00:03+0000\n"
9+
"POT-Creation-Date: 2025-12-08 07:22+0000\n"
1010
"PO-Revision-Date: 2018-05-23 14:07+0000\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -167,9 +167,9 @@ msgid ""
167167
"Return ``1`` if found and removed, ``0`` if not found (no action taken), and "
168168
"``-1`` if an error is encountered. Does not raise :exc:`KeyError` for "
169169
"missing keys. Raise a :exc:`TypeError` if the *key* is unhashable. Unlike "
170-
"the Python :meth:`~frozenset.discard` method, this function does not "
171-
"automatically convert unhashable sets into temporary frozensets. Raise :exc:"
172-
"`SystemError` if *set* is not an instance of :class:`set` or its subtype."
170+
"the Python :meth:`~set.discard` method, this function does not automatically "
171+
"convert unhashable sets into temporary frozensets. Raise :exc:`SystemError` "
172+
"if *set* is not an instance of :class:`set` or its subtype."
173173
msgstr ""
174174

175175
#: ../../c-api/set.rst:158

0 commit comments

Comments
 (0)