We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7e4fb commit 089bbd4Copy full SHA for 089bbd4
1 file changed
src/pkgcraft/_misc.pyx
@@ -18,7 +18,7 @@ cdef str cstring_to_str(char *c_str, bint free=True):
18
19
20
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.
+ """Convert a char** to a tuple of strings, optionally freeing the array.
22
23
Returns None if char** is NULL.
24
"""
0 commit comments