Skip to content

Commit 7bc1ef8

Browse files
Fixed issues found by @ndgrigorian
1 parent 759c1d0 commit 7bc1ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/doc_sources/api_reference/dpctl_capi.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ API for :c:struct:`Py_MemoryObject`
158158
159159
.. c:function:: void * Memory_GetOpaquePointer(struct Py_MemoryObject *o)
160160
161-
:param o: Input ojbect
161+
:param o: Input object
162162
: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
163+
or a `nullptr` if the USM allocation represented by `o` is not managed by the smart
164164
pointer.
165165
166166
API for :c:struct:`PyUSMArrayObject`

0 commit comments

Comments
 (0)