diff options
author | Thomas Heller <theller@ctypes.org> | 2008-02-14 21:00:28 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2008-02-14 21:00:28 (GMT) |
commit | e7fb0c51141705abc1444b9d8ae2d8ccd750d1a4 (patch) | |
tree | 096114cb04abc62d6e6967d41ed29c9550219684 /Doc | |
parent | 36316e37d57ee871a642e760a4d4566b54db78ae (diff) | |
download | cpython-e7fb0c51141705abc1444b9d8ae2d8ccd750d1a4.zip cpython-e7fb0c51141705abc1444b9d8ae2d8ccd750d1a4.tar.gz cpython-e7fb0c51141705abc1444b9d8ae2d8ccd750d1a4.tar.bz2 |
Try to correct a markup error that does hide the following paragraph.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/ctypes.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 4c5de74..52569a7 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -2012,7 +2012,6 @@ Fundamental data types their methods and attributes. .. versionchanged:: 2.6 - ctypes data types that are not and do not contain pointers can now be pickled. |