[Python-checkins] r54565 - python/trunk/Doc/lib/libctypes.tex

georg.brandl python-checkins at python.org
Sat Mar 24 23:20:36 CET 2007


Author: georg.brandl
Date: Sat Mar 24 23:20:34 2007
New Revision: 54565

Modified:
   python/trunk/Doc/lib/libctypes.tex
Log:
Remove typo accent.


Modified: python/trunk/Doc/lib/libctypes.tex
==============================================================================
--- python/trunk/Doc/lib/libctypes.tex	(original)
+++ python/trunk/Doc/lib/libctypes.tex	Sat Mar 24 23:20:34 2007
@@ -1,5 +1,5 @@
 \ifx\locallinewidth\undefined\newlength{\locallinewidth}\fi
-\setlength{\locallinewidth}{\linewidth}
+%\setlength{\locallinewidth}{\linewidth}
 \section{\module{ctypes} --- A foreign function library for Python.}
 \declaremodule{standard}{ctypes}
 \moduleauthor{Thomas Heller}{theller at python.net}
@@ -1242,7 +1242,7 @@
 \programopt{-O} or \programopt{-OO} flag given on startup.
 
 \code{ctypes} can access values like this with the \method{in{\_}dll} class
-methods of the type.  \var{pythonapi} ìs a predefined symbol giving
+methods of the type.  \var{pythonapi} is a predefined symbol giving
 access to the Python C api:
 \begin{verbatim}
 >>> opt_flag = c_int.in_dll(pythonapi, "Py_OptimizeFlag")


More information about the Python-checkins mailing list