Skip to content

Commit 7a29c33

Browse files
committed
[skip ci] Remove bold formatting around (see #5528)
1 parent 34abad3 commit 7a29c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The following table provides an overview of available policies:
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. |
8787
| | **Otherwise this policy falls back to** :enum:`return_value_policy::move` |
88-
| | **(see #5528).** Internally, this policy works just like |
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)