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
d7caf75c73
commit
13c89f3c87
|
@ -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