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:17:32 -07:00 committed by GitHub
parent 975d4d3651
commit 54348f46f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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