We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34abad3 commit 7a29c33Copy full SHA for 7a29c33
docs/advanced/functions.rst
@@ -85,7 +85,7 @@ The following table provides an overview of available policies:
85
| | (the implicit ``this``, or ``self`` argument of the called method or |
86
| | property) is kept alive for at least the lifespan of the return value. |
87
| | **Otherwise this policy falls back to** :enum:`return_value_policy::move` |
88
-| | **(see #5528).** Internally, this policy works just like |
+| | (see #5528). Internally, this policy works just like |
89
| | :enum:`return_value_policy::reference` but additionally applies a |
90
| | ``keep_alive<0, 1>`` *call policy* (described in the next section) that |
91
| | prevents the parent object from being garbage collected as long as the |
0 commit comments