projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b92958
)
bpo-37571: Remove extra space in ctypes docs (GH14764)
author
Steve Dower
<steve.dower@python.org>
Sun, 14 Jul 2019 08:09:45 +0000
(10:09 +0200)
committer
GitHub
<noreply@github.com>
Sun, 14 Jul 2019 08:09:45 +0000
(10:09 +0200)
Doc/library/ctypes.rst
patch
|
blob
|
history
diff --git
a/Doc/library/ctypes.rst
b/Doc/library/ctypes.rst
index 5507cc6aad16b98c6269b0f2dbc1b6b58c6f667e..02a5500e8115fc8c09d8482918dd5dcc74c4d2e6 100644
(file)
--- a/
Doc/library/ctypes.rst
+++ b/
Doc/library/ctypes.rst
@@
-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::