summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-06-26 03:11:20 (GMT)
committerFred Drake <fdrake@acm.org>2003-06-26 03:11:20 (GMT)
commit4db3661e24e1606df2ae05b59c0d9716f06a11f7 (patch)
tree1858cbd307854a633944fc084e0147e277f85761 /Doc/ref
parent2b9bc08ee72cb01c65529f599a56c89b462eaca3 (diff)
downloadcpython-4db3661e24e1606df2ae05b59c0d9716f06a11f7.zip
cpython-4db3661e24e1606df2ae05b59c0d9716f06a11f7.tar.gz
cpython-4db3661e24e1606df2ae05b59c0d9716f06a11f7.tar.bz2
remove _ from label: LaTeX rejects this due to all the magic we use to
get the _ character to format like a normal character
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/ref3.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex
index 50d8fa1..17da9d0 100644
--- a/Doc/ref/ref3.tex
+++ b/Doc/ref/ref3.tex
@@ -1249,7 +1249,7 @@ owner class.
\end{methoddesc}
-\subsubsection{Invoking Descriptors \label{descriptor_invocation}}
+\subsubsection{Invoking Descriptors \label{descriptor-invocation}}
In general, a descriptor is an object attribute with ``binding behavior'',
one whose attribute access has been overridden by methods in the descriptor