[Python-checkins] bpo-37571: Remove extra space in ctypes docs (GH14764)

Miss Islington (bot) webhook-mailer at python.org
Sun Jul 14 04:24:39 EDT 2019


https://github.com/python/cpython/commit/13c89f3c876363c44d35ec5f8dc374aecbca62a1
commit: 13c89f3c876363c44d35ec5f8dc374aecbca62a1
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-07-14T01:24:35-07:00
summary:

bpo-37571: Remove extra space in ctypes docs (GH14764)

(cherry picked from commit 68c74d05c1fdaf59d8711431884af975ac2ac5f8)

Co-authored-by: Steve Dower <steve.dower at python.org>

files:
M Doc/library/ctypes.rst

diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
index b5dfaa00c1d6..6cd4f9779f6d 100644
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -1183,7 +1183,7 @@ Another example that may behave different from what one would expect is this::
    b'abc def ghi'
    >>> s.value is s.value
    False
-    >>>
+   >>>
 
 .. note::
 



More information about the Python-checkins mailing list