8000 bpo-37571: Remove extra space in ctypes docs (GH14764) · python/cpython@68c74d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 68c74d0

Browse files
authored
bpo-37571: Remove extra space in ctypes docs (GH14764)
1 parent 6b92958 commit 68c74d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ctypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ Another example that may behave different from what one would expect is this::
11831183
b'abc def ghi'
11841184
>>> s.value is s.value
11851185
False
1186-
>>>
1186+
>>>
11871187

11881188
.. note::
11891189

0 commit comments

Comments
 (0)
0