]> granicus.if.org Git - python/commitdiff
Doc: Fix example title. (GH-14639)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Jul 2019 21:17:32 +0000 (14:17 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Jul 2019 21:17:32 +0000 (14:17 -0700)
(cherry picked from commit 66b4150f6f001640521ae6c9571cd4325cd67394)

Co-authored-by: Julien Palard <julien@palard.fr>
Doc/library/stdtypes.rst

index 35a17a18080996d718dd85fc077b586c70b9cd00..965167640c98e23ce23cd113fa26c241b3c1f6cc 100644 (file)
@@ -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)