Skip to content

Commit ce681dd

Browse files
lysnikolaoudpdani
andauthored
Apply suggestions from code review
Co-authored-by: Daniele Parmeggiani <8658291+dpdani@users.noreply.github.com>
1 parent 14d8179 commit ce681dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/glossary.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)