Skip to content

Commit

Permalink
Fixed references in custom type caster docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timohl committed Dec 1, 2024
1 parent 562153d commit eea98b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/cast/custom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ type is explicitly allowed.
and then ``load()`` assigns to it).

.. note::
For further information on the ``return_value_policy`` argument of ``cast`` refer to :ref:`return-value-policies`.
To learn about the ``convert`` argument of ``load`` see :ref:`non-converting-arguments`.
For further information on the ``return_value_policy`` argument of ``cast`` refer to :ref:`return_value_policies`.
To learn about the ``convert`` argument of ``load`` see :ref:`nonconverting_arguments`.

.. warning::

Expand Down

0 comments on commit eea98b2

Please sign in to comment.