Skip to content

Commit 0227f55

Browse files
authored
Merge pull request #294 from kurtmckee/typos
Fix a typo
2 parents 827c5c8 + b930fc2 commit 0227f55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ v0.14.0, 2017-10-08
166166

167167
v0.13.0, 2017-09-01
168168
* 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!
171171
* Fix #116, negative indexing for pdeques. Thanks @Julian for this!
172172

173173
v0.12.3, 2017-06-04

tests/map_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def test_hash_collision_is_correctly_resolved():
309309
map2 = map1.set(dummy1, 11)
310310
assert map2[dummy1] == 11
311311

312-
# Re-use existing structure when inserted element is the same
312+
# Reuse existing structure when inserted element is the same
313313
assert map2.set(dummy1, 11) is map2
314314

315315
map3 = map1.set('a', 22)

0 commit comments

Comments
 (0)