Skip to content

Commit 089bbd4

Browse files
committed
minor docstring grammar fix for cstring_array_to_tuple()
1 parent 3f7e4fb commit 089bbd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pkgcraft/_misc.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cdef str cstring_to_str(char *c_str, bint free=True):
1818

1919

2020
cdef tuple cstring_array_to_tuple(char **c_strs, size_t length, bint free=True):
21-
"""Convert a char** to a tuple of strings, optional freeing the array.
21+
"""Convert a char** to a tuple of strings, optionally freeing the array.
2222
2323
Returns None if char** is NULL.
2424
"""

0 commit comments

Comments
 (0)