diff options
Diffstat (limited to 'Doc/lib/liburllib.tex')
-rw-r--r-- | Doc/lib/liburllib.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/liburllib.tex b/Doc/lib/liburllib.tex index c53508b..7a98582 100644 --- a/Doc/lib/liburllib.tex +++ b/Doc/lib/liburllib.tex @@ -1,6 +1,8 @@ \section{Standard Module \module{urllib}} -\label{module-urllib} -\stmodindex{urllib} +\declaremodule{standard}{urllib} + +\modulesynopsis{Open an arbitrary object given by URL (requires sockets).} + \index{WWW} \index{World-Wide Web} \index{URL} |