diff options
author | Fred Drake <fdrake@acm.org> | 2003-06-26 03:11:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-06-26 03:11:20 (GMT) |
commit | 4db3661e24e1606df2ae05b59c0d9716f06a11f7 (patch) | |
tree | 1858cbd307854a633944fc084e0147e277f85761 /Doc/ref | |
parent | 2b9bc08ee72cb01c65529f599a56c89b462eaca3 (diff) | |
download | cpython-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.tex | 2 |
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 |