Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c83db33

Browse files
committed
Added \label{} for logical addressing.
1 parent bde6ff7 commit c83db33

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/lib/libimp.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,10 @@ \section{Built-in Module \sectcode{imp}}
199199
it will be used instead of parsing the given source file.
200200
\end{funcdesc}
201201

202+
202203
\subsection{Examples}
204+
\label{examples-imp}
205+
203206
The following function emulates what was the standard import statement
204207
up to Python 1.4 (i.e., no hierarchical module names). (This
205208
\emph{implementation} wouldn't work in that version, since

Doc/libimp.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,10 @@ \section{Built-in Module \sectcode{imp}}
199199
it will be used instead of parsing the given source file.
200200
\end{funcdesc}
201201

202+
202203
\subsection{Examples}
204+
\label{examples-imp}
205+
203206
The following function emulates what was the standard import statement
204207
up to Python 1.4 (i.e., no hierarchical module names). (This
205208
\emph{implementation} wouldn't work in that version, since

0 commit comments

Comments
 (0)