Skip to content

Commit b9fb29f

Browse files
Writeable->writable
1 parent b7d9515 commit b9fb29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/doc_sources/api_reference/dpctl_capi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ API for :c:struct:`PyUSMArrayObject`
224224
.. c:function:: void UsmNDArray_SetWritableFlag(struct PyUSMArrayObject *arr, int flag)
225225
226226
:param arr: Input object
227-
:param flags: Whether to set writable flag of the array to read-only, or to writeable
227+
:param flags: Whether to set writable flag of the array to read-only, or to writable
228228
229229
Non-zero value of ``flag`` parameter sets the array flag bit to writable, a zero-value
230230
of ``flag`` parameter sets the flag bit of the array to read-only.

0 commit comments

Comments
 (0)