Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2aaa83d

Browse filesBrowse files
authored
Fix typo in comment (gh-107389)
1 parent fc130c4 commit 2aaa83d
Copy full SHA for 2aaa83d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Lib/dataclasses.py

Copy file name to clipboardExpand all lines: Lib/dataclasses.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ def _process_class(cls, init, repr, eq, order, unsafe_hash, frozen,
10361036
# Was this class defined with an explicit __hash__? Note that if
10371037
# __eq__ is defined in this class, then python will automatically
10381038
# set __hash__ to None. This is a heuristic, as it's possible
1039-
# that such a __hash__ == None was not auto-generated, but it
1039+
# that such a __hash__ == None was not auto-generated, but it's
10401040
# close enough.
10411041
class_hash = cls.__dict__.get('__hash__', MISSING)
10421042
has_explicit_hash = not (class_hash is MISSING or

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.