summaryrefslogtreecommitdiff
path: root/Doc/lib/libarray.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-10-20 04:24:09 +0000
committerFred Drake <fdrake@acm.org>2001-10-20 04:24:09 +0000
commit743cc4387ae4f115ab3373ba3b2021559a1b1c13 (patch)
tree86a40a1fd098e4df16f457e35384c6507e2774ad /Doc/lib/libarray.tex
parente7e07e7d1821c4f4aa69dd0c3eb4e22f687c1779 (diff)
downloadcpython-743cc4387ae4f115ab3373ba3b2021559a1b1c13.tar.gz
Use the \note and \warning macros where appropriate.
Diffstat (limited to 'Doc/lib/libarray.tex')
-rw-r--r--Doc/lib/libarray.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex
index 868770e095..ac02b87cef 100644
--- a/Doc/lib/libarray.tex
+++ b/Doc/lib/libarray.tex
@@ -77,12 +77,12 @@ addresses, such as certain \cfunction{ioctl()} operations. The
returned numbers are valid as long as the array exists and no
length-changing operations are applied to it.
-\strong{Note:} When using array objects from code written in C or
+\note{When using array objects from code written in C or
\Cpp{} (the only way to effectively make use of this information), it
makes more sense to use the buffer interface supported by array
objects. This method is maintained for backward compatibility and
should be avoided in new code. The buffer interface is documented in
-the \citetitle[../api/newTypes.html]{Python/C API Reference Manual}.
+the \citetitle[../api/newTypes.html]{Python/C API Reference Manual}.}
\end{methoddesc}
\begin{methoddesc}[array]{byteswap}{}