Commit 68c74d05 authored by Steve Dower's avatar Steve Dower Committed by GitHub

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

parent 6b929580
...@@ -1183,7 +1183,7 @@ Another example that may behave different from what one would expect is this:: ...@@ -1183,7 +1183,7 @@ Another example that may behave different from what one would expect is this::
b'abc def ghi' b'abc def ghi'
>>> s.value is s.value >>> s.value is s.value
False False
>>> >>>
.. note:: .. note::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment