From: Georg Brandl Date: Sat, 24 Mar 2007 22:27:56 +0000 (+0000) Subject: Revert accidental change. X-Git-Tag: v2.6a1~1933 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d52e5f07db0958c1642d4f804d16d6e15376a33;p=thirdparty%2FPython%2Fcpython.git Revert accidental change. --- diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index 563b9f6172f2..ed39ae8cd448 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}