summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-24 22:27:56 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-24 22:27:56 (GMT)
commit3d52e5f07db0958c1642d4f804d16d6e15376a33 (patch)
treed66ceb58fd60183103b0f6023c611837d4362133 /Doc
parentb881b9aacfe148b2c62c2f66547284ad99d252e1 (diff)
downloadcpython-3d52e5f07db0958c1642d4f804d16d6e15376a33.zip
cpython-3d52e5f07db0958c1642d4f804d16d6e15376a33.tar.gz
cpython-3d52e5f07db0958c1642d4f804d16d6e15376a33.tar.bz2
Revert accidental change.
Diffstat (limited to 'Doc')
-rwxr-xr-xDoc/lib/libctypes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex
index 563b9f6..ed39ae8 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}