Doc: Fix example title. (GH-14639)

(cherry picked from commit 66b4150f6f)

Co-authored-by: Julien Palard <julien@palard.fr>
This commit is contained in:
Miss Islington (bot) 2019-07-08 14:18:15 -07:00 committed by GitHub
parent 6f5574866c
commit 8b1135fc60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3733,7 +3733,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)