]> granicus.if.org Git - python/commitdiff
bpo-37571: Remove extra space in ctypes docs (GH14764)
authorSteve Dower <steve.dower@python.org>
Sun, 14 Jul 2019 08:09:45 +0000 (10:09 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Jul 2019 08:09:45 +0000 (10:09 +0200)
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::