Skip to content

Commit 6ebb911

Browse files
committed
Use ''
1 parent 2cf119c commit 6ebb911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pickle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ def test_invocation(self):
731731
data = {
732732
'a': [1, 2.0, 3+4j],
733733
'b': ('character string', b'byte string'),
734-
'c': "string"
734+
'c': 'string'
735735
}
736736
expect = '''
737737
{'a': [1, 2.0, (3+4j)],

0 commit comments

Comments
 (0)