mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 20:55:11 +00:00
Fix grammar in functions.rst (#4791)
The previous sentence had an extra "a" before "several", which isn't right.
This commit is contained in:
parent
80bcd21fb7
commit
f47ff3280e
@ -16,7 +16,7 @@ lifetime of objects managed by them. This can lead to issues when creating
|
|||||||
bindings for functions that return a non-trivial type. Just by looking at the
|
bindings for functions that return a non-trivial type. Just by looking at the
|
||||||
type information, it is not clear whether Python should take charge of the
|
type information, it is not clear whether Python should take charge of the
|
||||||
returned value and eventually free its resources, or if this is handled on the
|
returned value and eventually free its resources, or if this is handled on the
|
||||||
C++ side. For this reason, pybind11 provides a several *return value policy*
|
C++ side. For this reason, pybind11 provides several *return value policy*
|
||||||
annotations that can be passed to the :func:`module_::def` and
|
annotations that can be passed to the :func:`module_::def` and
|
||||||
:func:`class_::def` functions. The default policy is
|
:func:`class_::def` functions. The default policy is
|
||||||
:enum:`return_value_policy::automatic`.
|
:enum:`return_value_policy::automatic`.
|
||||||
|
Loading…
Reference in New Issue
Block a user