summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-24 22:27:56 +0000
committerGeorg Brandl <georg@python.org>2007-03-24 22:27:56 +0000
commit3d52e5f07db0958c1642d4f804d16d6e15376a33 (patch)
treed66ceb58fd60183103b0f6023c611837d4362133
parentb881b9aacfe148b2c62c2f66547284ad99d252e1 (diff)
downloadcpython-git-3d52e5f07db0958c1642d4f804d16d6e15376a33.tar.gz
Revert accidental change.
-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 563b9f6172..ed39ae8cd4 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}