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 362b57a commit d9fad5bCopy full SHA for d9fad5b
Doc/library/multiprocessing.rst
@@ -1561,7 +1561,7 @@ inherited by child processes.
1561
*typecode_or_type* determines the type of the elements of the returned array:
1562
it is either a :ref:`ctypes type <ctypes-fundamental-data-types>` or a one
1563
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
+ the ``'c'`` typecode is an alias for :class:`ctypes.c_char`. If
1565
*size_or_initializer* is an integer, then it determines the length of the
1566
array, and the array will be initially zeroed. Otherwise,
1567
*size_or_initializer* is a sequence which is used to initialize the array
0 commit comments