Skip to content

Commit d9fad5b

Browse files
committed
Add quotes
1 parent 362b57a commit d9fad5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ inherited by child processes.
15611561
*typecode_or_type* determines the type of the elements of the returned array:
15621562
it is either a :ref:`ctypes type <ctypes-fundamental-data-types>` or a one
15631563
character typecode of the kind used by the :mod:`array` module. In addition,
1564-
the ``c`` typecode is an alias for :class:`ctypes.c_char`. If
1564+
the ``'c'`` typecode is an alias for :class:`ctypes.c_char`. If
15651565
*size_or_initializer* is an integer, then it determines the length of the
15661566
array, and the array will be initially zeroed. Otherwise,
15671567
*size_or_initializer* is a sequence which is used to initialize the array

0 commit comments

Comments
 (0)