Skip to content

Commit efccb4b

Browse files
committed
Feedback
1 parent 0df1bda commit efccb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dataclasses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Module contents
122122
:exc:`TypeError` is raised.
123123

124124
- *unsafe_hash*: If true, force ``dataclasses`` to create a
125-
:meth:`~object.__hash__` method, even when it may not be safe to do so.
125+
:meth:`~object.__hash__` method, even though it may not be safe to do so.
126126
Otherwise, generate a :meth:`~object.__hash__` method according to how
127127
*eq* and *frozen* are set. The default value is ``False``.
128128

0 commit comments

Comments
 (0)