Skip to content

Commit 09d4aef

Browse files
committed
fix typo
1 parent c5abded commit 09d4aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/string_interning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ We have the following *internal* API for interning:
8989
All take an interpreter state, and a pointer to a `PyObject*` which they
9090
modify in place.
9191

92-
The functions take ownership of (“steal”) the reference to their argument,
92+
The functions take ownership or (“steal”) the reference to their argument,
9393
and update the argument with a *new* reference.
9494
This means:
9595

0 commit comments

Comments
 (0)