Skip to content

Commit

Permalink
s/unowned/borrowed
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Jan 17, 2025
1 parent 8e53a2e commit 37a08dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Doc/c-api/object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,9 @@ Object Protocol
}
return 0;
This is intended as a building block for safely dealing with unowned
references without the overhead of creating a :c:type:`!PyWeakReference`.
This is intended as a building block for safely dealing with
:term:`borrowed references <borrowed reference>` without the overhead of
creating a :c:type:`!PyWeakReference`.
.. versionadded:: 3.14
Expand Down

0 comments on commit 37a08dc

Please sign in to comment.