Skip to content

Commit 62bf37b

Browse files
committed
therefore
1 parent beaf800 commit 62bf37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0814.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Construction
8080
* ``frozendict(collection, **kwargs)`` combines the two previous
8181
constructions.
8282

83-
Keys must be hashable and so immutable, but values can be mutable.
83+
Keys must be hashable and therefore immutable, but values can be mutable.
8484
Using immutable values creates a hashable ``frozendict``.
8585

8686
Creating a ``frozendict`` from a ``dict``, ``frozendict(dict)``, has a

0 commit comments

Comments
 (0)