Skip to content

Commit 34abad3

Browse files
Remove enum from bold in doc
1 parent af796d0 commit 34abad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced/functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ The following table provides an overview of available policies:
8484
| :enum:`return_value_policy::reference_internal` | If the return value is an lvalue reference or a pointer, the parent object |
8585
| | (the implicit ``this``, or ``self`` argument of the called method or |
8686
| | 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 |
87+
| | **Otherwise this policy falls back to** :enum:`return_value_policy::move` |
88+
| | **(see #5528).** Internally, this policy works just like |
8989
| | :enum:`return_value_policy::reference` but additionally applies a |
9090
| | ``keep_alive<0, 1>`` *call policy* (described in the next section) that |
9191
| | prevents the parent object from being garbage collected as long as the |

0 commit comments

Comments
 (0)