[PEP 603] Fix one reference to frozenmap (#1166)

This commit is contained in:
Anthony Sottile 2019-09-13 07:06:06 -07:00 committed by Yury Selivanov
parent ff06fa35a3
commit 47c9000587
1 changed files with 1 additions and 1 deletions

View File

@ -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 more details.) Exposing this C code via a public collection type
drastically increases the number of users of the code. This leads to drastically increases the number of users of the code. This leads to
increased code quality by discovering bugs and improving performance 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. because most programs use the ``contextvars`` module indirectly.