Added \label{} for logical addressing.
This commit is contained in:
parent
bde6ff7984
commit
c83db33781
|
@ -199,7 +199,10 @@ properly matching byte-compiled file (with suffix \code{.pyc}) exists,
|
|||
it will be used instead of parsing the given source file.
|
||||
\end{funcdesc}
|
||||
|
||||
|
||||
\subsection{Examples}
|
||||
\label{examples-imp}
|
||||
|
||||
The following function emulates what was the standard import statement
|
||||
up to Python 1.4 (i.e., no hierarchical module names). (This
|
||||
\emph{implementation} wouldn't work in that version, since
|
||||
|
|
|
@ -199,7 +199,10 @@ properly matching byte-compiled file (with suffix \code{.pyc}) exists,
|
|||
it will be used instead of parsing the given source file.
|
||||
\end{funcdesc}
|
||||
|
||||
|
||||
\subsection{Examples}
|
||||
\label{examples-imp}
|
||||
|
||||
The following function emulates what was the standard import statement
|
||||
up to Python 1.4 (i.e., no hierarchical module names). (This
|
||||
\emph{implementation} wouldn't work in that version, since
|
||||
|
|
Loading…
Reference in New Issue