Skip to content

Commit

Permalink
Doc: Fix example title. (pythonGH-14639)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard authored Jul 8, 2019
1 parent 2da622f commit 66b4150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 66b4150

Please sign in to comment.