Skip to content

Commit 66b4150

Browse files
authored
Doc: Fix example title. (GH-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

Lines changed: 1 addition & 1 deletion
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)