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:
Miss Islington (bot) 2019-07-14 01:24:35 -07:00 committed by GitHub
parent d7caf75c73
commit 13c89f3c87
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::