Skip to content

Commit e0e5845

Browse files
committed
format
1 parent 944692c commit e0e5845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

peps/pep-0814.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Possible candidates for ``frozendict`` in the stdlib
251251
We have identified several stdlib modules where adopting ``frozendict``
252252
can enhance safety and prevent unintended modifications by design. We
253253
also believe that there are additional potential use cases beyond the
254-
ones listed below. However, this does not mean that we intend to make
254+
ones listed below. However, this does not mean that we intend to make
255255
these changes without the approval of the respective module maintainers.
256256

257257
Note: it remains possible to bind again a variable to a new modified
@@ -363,7 +363,7 @@ Reference Implementation
363363
Thread Safety
364364
=============
365365

366-
Once a ``frozendict`` is created, its shallow immutability is guaranteed.
366+
Once a ``frozendict`` is created, its shallow immutability is guaranteed.
367367
This means it can be safely shared between threads without synchronization,
368368
as long as its values are not modified by other threads.
369369

0 commit comments

Comments
 (0)