Skip to content

Commit 37a08dc

Browse files
committed
s/unowned/borrowed
1 parent 8e53a2e commit 37a08dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/c-api/object.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,9 @@ Object Protocol
632632
}
633633
return 0;
634634
635-
This is intended as a building block for safely dealing with unowned
636-
references without the overhead of creating a :c:type:`!PyWeakReference`.
635+
This is intended as a building block for safely dealing with
636+
:term:`borrowed references <borrowed reference>` without the overhead of
637+
creating a :c:type:`!PyWeakReference`.
637638
638639
.. versionadded:: 3.14
639640

0 commit comments

Comments
 (0)