File tree Expand file tree Collapse file tree 2 files changed +522
-522
lines changed Expand file tree Collapse file tree 2 files changed +522
-522
lines changed Original file line number Diff line number Diff line change 5
5
msgstr ""
6
6
"Project-Id-Version : Python 3.11\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
- "POT-Creation-Date : 2023-04-25 00:20 +0000\n "
8
+ "POT-Creation-Date : 2023-06-27 00:19 +0000\n "
9
9
"PO-Revision-Date : 2023-02-11 15:02+0800\n "
10
10
"Last-Translator : \n "
11
11
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -1114,7 +1114,7 @@ msgid ""
1114
1114
"dataclasses just use normal Python class creation they also share this "
1115
1115
"behavior. There is no general way for Data Classes to detect this "
1116
1116
"condition. Instead, the :func:`dataclass` decorator will raise a :exc:"
1117
- "`TypeError ` if it detects an unhashable default parameter. The assumption "
1117
+ "`ValueError ` if it detects an unhashable default parameter. The assumption "
1118
1118
"is that if a value is unhashable, it is mutable. This is a partial "
1119
1119
"solution, but it does protect against many common errors."
1120
1120
msgstr ""
You can’t perform that action at this time.
0 commit comments