Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 66b4150

Browse files
authoredJul 8, 2019
Doc: Fix example title. (pythonGH-14639)
1 parent 2da622f commit 66b4150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Doc/library/stdtypes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3815,7 +3815,7 @@ copying.
38153815
>>> z.nbytes
38163816
48
38173817

3818-
Cast 1D/unsigned char to 2D/unsigned long::
3818+
Cast 1D/unsigned long to 2D/unsigned long::
38193819

38203820
>>> buf = struct.pack("L"*6, *list(range(6)))
38213821
>>> x = memoryview(buf)

0 commit comments

Comments
 (0)
Failed to load comments.