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 b7d9515 commit b9fb29fCopy full SHA for b9fb29f
docs/doc_sources/api_reference/dpctl_capi.rst
@@ -224,7 +224,7 @@ API for :c:struct:`PyUSMArrayObject`
224
.. c:function:: void UsmNDArray_SetWritableFlag(struct PyUSMArrayObject *arr, int flag)
225
226
:param arr: Input object
227
- :param flags: Whether to set writable flag of the array to read-only, or to writeable
+ :param flags: Whether to set writable flag of the array to read-only, or to writable
228
229
Non-zero value of ``flag`` parameter sets the array flag bit to writable, a zero-value
230
of ``flag`` parameter sets the flag bit of the array to read-only.
0 commit comments