Skip to content

Commit 5867156

Browse files
committed
Minor edit
1 parent a6ed4ec commit 5867156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def __hash__(self):
301301

302302
def __eq__(self, other):
303303
# Create an object that shares the same PyDictKeysObject as
304-
# the obj.__dict__.
304+
# obj.__dict__.
305305
obj2 = MyClass()
306306
obj2.a = "a"
307307
obj2.b = "b"

0 commit comments

Comments
 (0)