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 c5abded commit 09d4aefCopy full SHA for 09d4aef
InternalDocs/string_interning.md
@@ -89,7 +89,7 @@ We have the following *internal* API for interning:
89
All take an interpreter state, and a pointer to a `PyObject*` which they
90
modify in place.
91
92
-The functions take ownership of (“steal”) the reference to their argument,
+The functions take ownership or (“steal”) the reference to their argument,
93
and update the argument with a *new* reference.
94
This means:
95
0 commit comments