Doc: Fix example title. (GH-14639)

This commit is contained in:
Julien Palard 2019-07-08 23:08:07 +02:00 committed by GitHub
parent 2da622ff77
commit 66b4150f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)