diff options
author | Georg Brandl <georg@python.org> | 2007-03-24 22:20:34 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-24 22:20:34 (GMT) |
commit | b881b9aacfe148b2c62c2f66547284ad99d252e1 (patch) | |
tree | 7dc5386cda3cd0e17d0a5ca6acd3c76c141e5f90 /Doc/lib | |
parent | c64ad484a95eea3470bf3e9df96d0d2a48949441 (diff) | |
download | cpython-b881b9aacfe148b2c62c2f66547284ad99d252e1.zip cpython-b881b9aacfe148b2c62c2f66547284ad99d252e1.tar.gz cpython-b881b9aacfe148b2c62c2f66547284ad99d252e1.tar.bz2 |
Remove typo accent.
Diffstat (limited to 'Doc/lib')
-rwxr-xr-x | Doc/lib/libctypes.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index b782fdc..563b9f6 100755 --- a/Doc/lib/libctypes.tex +++ b/Doc/lib/libctypes.tex @@ -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@python.net} @@ -1242,7 +1242,7 @@ variables. An example in the Python library itself is the \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") |