diff options
author | Georg Brandl <georg@python.org> | 2007-03-24 22:27:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-24 22:27:56 (GMT) |
commit | 3d52e5f07db0958c1642d4f804d16d6e15376a33 (patch) | |
tree | d66ceb58fd60183103b0f6023c611837d4362133 /Doc | |
parent | b881b9aacfe148b2c62c2f66547284ad99d252e1 (diff) | |
download | cpython-3d52e5f07db0958c1642d4f804d16d6e15376a33.zip cpython-3d52e5f07db0958c1642d4f804d16d6e15376a33.tar.gz cpython-3d52e5f07db0958c1642d4f804d16d6e15376a33.tar.bz2 |
Revert accidental change.
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/lib/libctypes.tex | 2 |
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} |