]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Fix example title. (GH-14639)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Jul 2019 21:18:15 +0000 (14:18 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Jul 2019 21:18:15 +0000 (14:18 -0700)
(cherry picked from commit 66b4150f6f001640521ae6c9571cd4325cd67394)

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

index 3b74331e51f25d06ea4d8aea6b80d1eea6d75dd1..d35c171aba39c02f2db746a9965f96c4feb06c82 100644 (file)
@@ -3733,7 +3733,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)