From 4db3661e24e1606df2ae05b59c0d9716f06a11f7 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 26 Jun 2003 03:11:20 +0000 Subject: [PATCH] remove _ from label: LaTeX rejects this due to all the magic we use to get the _ character to format like a normal character --- Doc/ref/ref3.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 50d8fa1a54b..17da9d06aaa 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