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 @@ -762,7 +762,7 @@ Glossary
762762 role in places where a constant hash value is needed, for example as a key
763763 in a dictionary. Immutable objects are inherently :term: `thread-safe `
764764 because their state cannot be modified after creation, eliminating concerns
765- about :term: `concurrent modification `.
765+ about improperly synchronized :term: `concurrent modification `.
766766
767767 import path
768768 A list of locations (or :term: `path entries <path entry> `) that are
@@ -1073,7 +1073,7 @@ Glossary
10731073 Code that is compiled to machine instructions and runs directly on the
10741074 processor, as opposed to code that is interpreted or runs in a virtual
10751075 machine. In the context of Python, native code typically refers to
1076- C, C++, Rust of Fortran code in :term: `extension modules <extension module> `
1076+ C, C++, Rust or Fortran code in :term: `extension modules <extension module> `
10771077 that can be called from Python. See also :term: `extension module `.
10781078
10791079 nested scope
You can’t perform that action at this time.
0 commit comments