summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-07-14 08:22:57 (GMT)
committerGitHub <noreply@github.com>2019-07-14 08:22:57 (GMT)
commit4f733f48b48735231b79cd0f6605d3d0a2d5b511 (patch)
tree1ab2f2534a518bf825fcc8fbc43bb5cee87797bc
parente7c114df38eaef0cec3457f55835a2276eccbff6 (diff)
downloadcpython-4f733f48b48735231b79cd0f6605d3d0a2d5b511.zip
cpython-4f733f48b48735231b79cd0f6605d3d0a2d5b511.tar.gz
cpython-4f733f48b48735231b79cd0f6605d3d0a2d5b511.tar.bz2
bpo-37571: Remove extra space in ctypes docs (GH14764)
(cherry picked from commit 68c74d05c1fdaf59d8711431884af975ac2ac5f8) Co-authored-by: Steve Dower <steve.dower@python.org>
-rw-r--r--Doc/library/ctypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
index 5507cc6..02a5500 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::