Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update dict.py
  • Loading branch information
Sungmin-Joo authored Oct 9, 2019
commit af0b47315993a7f1eec2c25a86c31a1d823bba3a
2 changes: 1 addition & 1 deletion py/tests/dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
assert v == "b"
if k == "c":
assert v == 5.5
assertRaises(TypeError,a.items,'a')
assertRaises(TypeError, a.items, 'a')

doc="__contain__"
a = {'hello': 'world'}
Expand Down