File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,8 @@ v0.14.0, 2017-10-08
166
166
167
167
v0.13.0, 2017-09-01
168
168
* Fix #113, Skip field factories when loading pickled objects. There is a
169
- minor backwards incompatibilty in the behaviour because of this. Thanks
170
- @teepark for fi this!
169
+ minor backwards incompatibility in the behaviour because of this. Thanks
170
+ @teepark for this!
171
171
* Fix #116, negative indexing for pdeques. Thanks @Julian for this!
172
172
173
173
v0.12.3, 2017-06-04
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ def test_hash_collision_is_correctly_resolved():
309
309
map2 = map1 .set (dummy1 , 11 )
310
310
assert map2 [dummy1 ] == 11
311
311
312
- # Re-use existing structure when inserted element is the same
312
+ # Reuse existing structure when inserted element is the same
313
313
assert map2 .set (dummy1 , 11 ) is map2
314
314
315
315
map3 = map1 .set ('a' , 22 )
You can’t perform that action at this time.
0 commit comments