|
6 | 6 | msgstr "" |
7 | 7 | "Project-Id-Version:Python 3.14\n" |
8 | 8 | "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" |
10 | 10 | "PO-Revision-Date:2018-05-23 14:07+0000\n" |
11 | 11 | "Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n" |
12 | 12 | "Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
@@ -167,9 +167,9 @@ msgid "" |
167 | 167 | "Return ``1`` if found and removed, ``0`` if not found (no action taken), and " |
168 | 168 | "``-1`` if an error is encountered. Does not raise :exc:`KeyError` for " |
169 | 169 | "missing keys. Raise a :exc:`TypeError` if the *key* is unhashable. Unlike " |
170 | | -"the Python :meth:`~frozenset.discard` method, this function does not " |
171 | | -"automaticallyconvert 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." |
173 | 173 | msgstr"" |
174 | 174 |
|
175 | 175 | #:../../c-api/set.rst:158 |
|