We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df1bda commit efccb4bCopy full SHA for efccb4b
Doc/library/dataclasses.rst
@@ -122,7 +122,7 @@ Module contents
122
:exc:`TypeError` is raised.
123
124
- *unsafe_hash*: If true, force ``dataclasses`` to create a
125
- :meth:`~object.__hash__` method, even when it may not be safe to do so.
+ :meth:`~object.__hash__` method, even though it may not be safe to do so.
126
Otherwise, generate a :meth:`~object.__hash__` method according to how
127
*eq* and *frozen* are set. The default value is ``False``.
128
0 commit comments