We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bcd21 commit f47ff32Copy full SHA for f47ff32
docs/advanced/functions.rst
@@ -16,7 +16,7 @@ lifetime of objects managed by them. This can lead to issues when creating
16
bindings for functions that return a non-trivial type. Just by looking at the
17
type information, it is not clear whether Python should take charge of the
18
returned value and eventually free its resources, or if this is handled on the
19
-C++ side. For this reason, pybind11 provides a several *return value policy*
+C++ side. For this reason, pybind11 provides several *return value policy*
20
annotations that can be passed to the :func:`module_::def` and
21
:func:`class_::def` functions. The default policy is
22
:enum:`return_value_policy::automatic`.
0 commit comments