]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Revert accidental change.
authorGeorg Brandl <georg@python.org>
Sat, 24 Mar 2007 22:27:56 +0000 (22:27 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 24 Mar 2007 22:27:56 +0000 (22:27 +0000)
Doc/lib/libctypes.tex

index 563b9f6172f26f2680f20970058eb715b2c5b4ef..ed39ae8cd448da48722df0cce5fa4441e31d8f76 100755 (executable)
@@ -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}