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:22:57 -07:00 committed by GitHub
parent e7c114df38
commit 4f733f48b4
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::