Skip to content

Commit ba81e19

Browse files
authored
Update docs/upgrade.rst
1 parent 35e65db commit ba81e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrade.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ v2.10
1515

1616
The current scoped GIL implementation doesn't support nested access. In pybind11
1717
In 2.10.1, a configuration option ``PYBIND11_SIMPLE_GIL`` was added, defaulting
18-
to OFF; the simpler GIL implemntation supports nested access, but does not
18+
to OFF; the simpler GIL implementation supports nested access, but does not
1919
support dissociation (the ``true`` parameter of ``gil_scope_release``). In
2020
pybind11 2.11, we plan to change the default to ON. If you need the old
2121
behavior, please set ``PYBIND11_SIMPLE_GIL`` to OFF. We plan to have an example

0 commit comments

Comments
 (0)