Commit 66b4150f authored by Julien Palard's avatar Julien Palard Committed by GitHub

Doc: Fix example title. (GH-14639)

parent 2da622ff
......@@ -3815,7 +3815,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)
......
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