File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ Possible candidates for ``frozendict`` in the stdlib
251251We have identified several stdlib modules where adopting ``frozendict ``
252252can enhance safety and prevent unintended modifications by design. We
253253also 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
255255these changes without the approval of the respective module maintainers.
256256
257257Note: it remains possible to bind again a variable to a new modified
@@ -363,7 +363,7 @@ Reference Implementation
363363Thread 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.
367367This means it can be safely shared between threads without synchronization,
368368as long as its values are not modified by other threads.
369369
You can’t perform that action at this time.
0 commit comments