mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue