]> granicus.if.org Git - python/commitdiff
remove _ from label: LaTeX rejects this due to all the magic we use to
authorFred Drake <fdrake@acm.org>
Thu, 26 Jun 2003 03:11:20 +0000 (03:11 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 26 Jun 2003 03:11:20 +0000 (03:11 +0000)
get the _ character to format like a normal character

Doc/ref/ref3.tex

index 50d8fa1a54bbd2c2178552585c7e8c414a5c8632..17da9d06aaa2fde072a5e8d2ed9f394b12363e88 100644 (file)
@@ -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