[PEP 603] Fix one reference to frozenmap (#1166)
This commit is contained in:
parent
ff06fa35a3
commit
47c9000587
|
@ -67,7 +67,7 @@ exists to implement the ``contextvars`` module (see :pep:`567` for
|
|||
more details.) Exposing this C code via a public collection type
|
||||
drastically increases the number of users of the code. This leads to
|
||||
increased code quality by discovering bugs and improving performance
|
||||
which without a ``frozenset`` collection would be very challenging
|
||||
which without a ``frozenmap`` collection would be very challenging
|
||||
because most programs use the ``contextvars`` module indirectly.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue