summaryrefslogtreecommitdiffstats
path: root/Doc/library/ctypes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/ctypes.rst')
-rw-r--r--Doc/library/ctypes.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
index 2df733c..9c11ecd 100644
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -71,7 +71,7 @@ the library by creating an instance of CDLL by calling the constructor::
<CDLL 'libc.so.6', handle ... at ...>
>>>
-.. % XXX Add section for Mac OS X.
+.. XXX Add section for Mac OS X.
.. _ctypes-accessing-functions-from-loaded-dlls:
@@ -1258,10 +1258,6 @@ Enumeration types are not implemented. You can do it easily yourself, using
``long double`` is not implemented.
-.. % Local Variables:
-.. % compile-command: "make.bat"
-.. % End:
-
.. _ctypes-ctypes-reference: