mirror of
https://github.com/python/cpython.git
synced 2025-11-07 21:29:26 +00:00
remove _ from label: LaTeX rejects this due to all the magic we use to
get the _ character to format like a normal character
This commit is contained in:
parent
2b9bc08ee7
commit
4db3661e24
1 changed files with 1 additions and 1 deletions
|
|
@ -1249,7 +1249,7 @@ owner class.
|
||||||
\end{methoddesc}
|
\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'',
|
In general, a descriptor is an object attribute with ``binding behavior'',
|
||||||
one whose attribute access has been overridden by methods in the descriptor
|
one whose attribute access has been overridden by methods in the descriptor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue