Skip to content

Commit 8885e79

Browse files
committed
New sentence instead of semicolon.
1 parent cf1bb86 commit 8885e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrade.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ v2.10
1515

1616
``py::gil_scoped_acquire`` & ``py::gil_scoped_release`` in pybind11 versions
1717
< v2.10.1 do not support nested access. In v2.10.1, a configuration option
18-
``PYBIND11_SIMPLE_GIL_MANAGEMENT`` was added, defaulting to ``OFF``; the
18+
``PYBIND11_SIMPLE_GIL_MANAGEMENT`` was added, defaulting to ``OFF``. The
1919
simpler implementations support nested access, but do not support dissociation
2020
(``py::gil_scoped_release(true)``). In pybind11 2.11, we plan to change the
2121
default to ``ON``, to avoid pitfalls of the implementations with dissociation

0 commit comments

Comments
 (0)