summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2006-11-02 19:52:43 +0000
committerThomas Heller <theller@ctypes.org>2006-11-02 19:52:43 +0000
commit906681b4d6373931cd6c4e0834b65ba3ece64bce (patch)
treee07cf167b7c0cd651313e1f85cf6da5c94ba2c18
parentae6b84184b8de1a07f0ff3e8712f5130f88a4d63 (diff)
downloadcpython-git-906681b4d6373931cd6c4e0834b65ba3ece64bce.tar.gz
Replace the XXX marker in the 'Arrays and pointers' reference manual
section with a link to the tutorial sections. Backported from trunk.
-rwxr-xr-xDoc/lib/libctypes.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex
index 5f486d4a3e..2bae25b990 100755
--- a/Doc/lib/libctypes.tex
+++ b/Doc/lib/libctypes.tex
@@ -2440,5 +2440,6 @@ attributes for names not present in \member{{\_}fields{\_}}.
\subsubsection{Arrays and pointers\label{ctypes-arrays-pointers}}
-XXX
+Not yet written - please see section~\ref{ctypes-pointers}, pointers and
+section~\ref{ctypes-arrays}, arrays in the tutorial.