]> granicus.if.org Git - python/commitdiff
Doc: Fix example title. (GH-14639)
authorJulien Palard <julien@palard.fr>
Mon, 8 Jul 2019 21:08:07 +0000 (23:08 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jul 2019 21:08:07 +0000 (23:08 +0200)
Doc/library/stdtypes.rst

index 8575f8a72af3197b2ffef127283038071acf5197..9dd557fabaae2e4d2dfd9f13509d049dd7e962d7 100644 (file)
@@ -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)