From: Fred Drake Date: Thu, 26 Jun 2003 03:11:20 +0000 (+0000) Subject: remove _ from label: LaTeX rejects this due to all the magic we use to X-Git-Tag: v2.3c1~328 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4db3661e24e1606df2ae05b59c0d9716f06a11f7;p=python remove _ from label: LaTeX rejects this due to all the magic we use to get the _ character to format like a normal character --- diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 50d8fa1a54..17da9d06aa 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