diff options
| author | Georg Brandl <georg@python.org> | 2007-03-30 19:01:38 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-03-30 19:01:38 (GMT) |
| commit | 92a9fc0a2fffa6a1dbb4f8471cc3f02252b69ff4 (patch) | |
| tree | a203bfa7b8d455ed3c8ce9be0e5f2281eaca10d9 | |
| parent | 588a95d594c79dee3e28f83f828e759fd0ade9b6 (diff) | |
| download | cpython-92a9fc0a2fffa6a1dbb4f8471cc3f02252b69ff4.zip cpython-92a9fc0a2fffa6a1dbb4f8471cc3f02252b69ff4.tar.gz cpython-92a9fc0a2fffa6a1dbb4f8471cc3f02252b69ff4.tar.bz2 | |
Duplicate label fix.
| -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 ed39ae8..08a715d 100755 --- a/Doc/lib/libctypes.tex +++ b/Doc/lib/libctypes.tex @@ -2113,7 +2113,7 @@ debugging; never modify the contents of this dictionary. \end{memberdesc} -\subsubsection{Fundamental data types\label{ctypes-fundamental-data-types}} +\subsubsection{Fundamental data types\label{ctypes-fundamental-data-types-2}} \begin{classdesc*}{_SimpleCData} This non-public class is the base class of all fundamental ctypes |
