Skip to content

Commit e9e1cc2

Browse files
committed
Fix typo in the history file
1 parent 9ebe165 commit e9e1cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ History
99
* IMPORTANT: Previously, the pure Python reader would allow
1010
`ipaddress.IPv4Address` and `ipaddress.IPv6Address` objects when calling
1111
`.get()`. This would fail with the C extension. The fact that these objects
12-
worked at all was an implementation details and has varied with different
12+
worked at all was an implementation detail and has varied with different
1313
releases. This release makes the pure Python implementation consistent
1414
with the extension. A `TypeError` will now be thrown if you attempt to
1515
use these types with either the pure Python implementation or the

0 commit comments

Comments
 (0)