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 1595d2d commit d51c070Copy full SHA for d51c070
docs/ownership.rst
@@ -56,7 +56,7 @@ To avoid this problem, we can
56
57
1. **Provide more information**: the problem was that nanobind *incorrectly*
58
transferred ownership of a C++ instance to the Python side. To fix this, we
59
- can add add a :ref:`return value policy <rvp>` annotation that clarifies
+ can add a :ref:`return value policy <rvp>` annotation that clarifies
60
what to do with the return value.
61
62
2. **Make ownership transfer explicit**: C++ types passed via :ref:`unique
0 commit comments