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

This commit is contained in:
Steve Dower 2019-07-14 10:09:45 +02:00 committed by GitHub
parent 6b929580eb
commit 68c74d05c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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::