diff options
Diffstat (limited to 'Doc/lib/libmain.tex')
-rw-r--r-- | Doc/lib/libmain.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmain.tex b/Doc/lib/libmain.tex index c730a03..8ce73a8 100644 --- a/Doc/lib/libmain.tex +++ b/Doc/lib/libmain.tex @@ -1,5 +1,5 @@ \section{Built-in Module \sectcode{__main__}} - +\label{module-main} \bimodindex{__main__} This module represents the (otherwise anonymous) scope in which the interpreter's main program executes --- commands read either from |