]> granicus.if.org Git - python/commitdiff
bpo-37571: Remove extra space in ctypes docs (GH14764)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 14 Jul 2019 08:22:57 +0000 (01:22 -0700)
committerGitHub <noreply@github.com>
Sun, 14 Jul 2019 08:22:57 +0000 (01:22 -0700)
(cherry picked from commit 68c74d05c1fdaf59d8711431884af975ac2ac5f8)

Co-authored-by: Steve Dower <steve.dower@python.org>
Doc/library/ctypes.rst

index 5507cc6aad16b98c6269b0f2dbc1b6b58c6f667e..02a5500e8115fc8c09d8482918dd5dcc74c4d2e6 100644 (file)
@@ -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::