Skip to content

Commit d51c070

Browse files
authored
Fixed typo in ownership.rst doc (#929)
1 parent 1595d2d commit d51c070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ownership.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To avoid this problem, we can
5656

5757
1. **Provide more information**: the problem was that nanobind *incorrectly*
5858
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
59+
can add a :ref:`return value policy <rvp>` annotation that clarifies
6060
what to do with the return value.
6161

6262
2. **Make ownership transfer explicit**: C++ types passed via :ref:`unique

0 commit comments

Comments
 (0)