[Python-checkins] Doc: Fix example title. (GH-14639)

Miss Islington (bot) webhook-mailer at python.org
Mon Jul 8 17:17:35 EDT 2019


https://github.com/python/cpython/commit/54348f46f8c8c023b7e78f9cebe8e54818227b92
commit: 54348f46f8c8c023b7e78f9cebe8e54818227b92
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-07-08T14:17:32-07:00
summary:

Doc: Fix example title. (GH-14639)

(cherry picked from commit 66b4150f6f001640521ae6c9571cd4325cd67394)

Co-authored-by: Julien Palard <julien at palard.fr>

files:
M Doc/library/stdtypes.rst

diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 35a17a180809..965167640c98 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -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)



More information about the Python-checkins mailing list