bpo-37571: Remove extra space in ctypes docs (GH14764)
(cherry picked from commit 68c74d05c1
)
Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
parent
e7c114df38
commit
4f733f48b4
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in New Issue