Skip to content

Commit f47ff32

Browse files
authored
Fix grammar in functions.rst (#4791)
The previous sentence had an extra "a" before "several", which isn't right.
1 parent 80bcd21 commit f47ff32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/functions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lifetime of objects managed by them. This can lead to issues when creating
1616
bindings for functions that return a non-trivial type. Just by looking at the
1717
type information, it is not clear whether Python should take charge of the
1818
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*
19+
C++ side. For this reason, pybind11 provides several *return value policy*
2020
annotations that can be passed to the :func:`module_::def` and
2121
:func:`class_::def` functions. The default policy is
2222
:enum:`return_value_policy::automatic`.

0 commit comments

Comments
 (0)