From: Steve Dower Date: Sun, 14 Jul 2019 08:09:45 +0000 (+0200) Subject: bpo-37571: Remove extra space in ctypes docs (GH14764) X-Git-Tag: v3.9.0a1~1032 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68c74d05c1fdaf59d8711431884af975ac2ac5f8;p=thirdparty%2FPython%2Fcpython.git bpo-37571: Remove extra space in ctypes docs (GH14764) --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 5507cc6aad16..02a5500e8115 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::