Commit b053f991 authored by Georg Brandl's avatar Georg Brandl

#4364: fix attribute name on ctypes object.

parent bfc51567
...@@ -874,7 +874,7 @@ inherited by child processes. ...@@ -874,7 +874,7 @@ inherited by child processes.
Note that *lock* is a keyword only argument. Note that *lock* is a keyword only argument.
Note that an array of :data:`ctypes.c_char` has *value* and *rawvalue* Note that an array of :data:`ctypes.c_char` has *value* and *raw*
attributes which allow one to use it to store and retrieve strings. attributes which allow one to use it to store and retrieve strings.
...@@ -923,7 +923,7 @@ processes. ...@@ -923,7 +923,7 @@ processes.
:func:`Value` instead to make sure that access is automatically synchronized :func:`Value` instead to make sure that access is automatically synchronized
using a lock. using a lock.
Note that an array of :data:`ctypes.c_char` has ``value`` and ``rawvalue`` Note that an array of :data:`ctypes.c_char` has ``value`` and ``raw``
attributes which allow one to use it to store and retrieve strings -- see attributes which allow one to use it to store and retrieve strings -- see
documentation for :mod:`ctypes`. documentation for :mod:`ctypes`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment