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 759c1d0 commit 7bc1ef8Copy full SHA for 7bc1ef8
docs/doc_sources/api_reference/dpctl_capi.rst
@@ -158,9 +158,9 @@ API for :c:struct:`Py_MemoryObject`
158
159
.. c:function:: void * Memory_GetOpaquePointer(struct Py_MemoryObject *o)
160
161
- :param o: Input ojbect
+ :param o: Input object
162
:returns: Returns opaque pointer to `std::shared_ptr<void>` which manages the USM allocation,
163
- or a `nullptr` if this USM allocation represented by `o` is not managed by the smart
+ or a `nullptr` if the USM allocation represented by `o` is not managed by the smart
164
pointer.
165
166
API for :c:struct:`PyUSMArrayObject`
0 commit comments