Doc: Fix example title. (GH-14639)
(cherry picked from commit 66b4150f6f
)
Co-authored-by: Julien Palard <julien@palard.fr>
This commit is contained in:
parent
975d4d3651
commit
54348f46f8
|
@ -3801,7 +3801,7 @@ copying.
|
|||
>>> z.nbytes
|
||||
48
|
||||
|
||||
Cast 1D/unsigned char to 2D/unsigned long::
|
||||
Cast 1D/unsigned long to 2D/unsigned long::
|
||||
|
||||
>>> buf = struct.pack("L"*6, *list(range(6)))
|
||||
>>> x = memoryview(buf)
|
||||
|
|
Loading…
Reference in New Issue