summaryrefslogtreecommitdiffstats
path: root/Doc/lib/liburllib.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/liburllib.tex')
-rw-r--r--Doc/lib/liburllib.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/liburllib.tex b/Doc/lib/liburllib.tex
index 788b91b..b371154 100644
--- a/Doc/lib/liburllib.tex
+++ b/Doc/lib/liburllib.tex
@@ -5,12 +5,12 @@
\modulesynopsis{Open an arbitrary network resource by URL (requires sockets).}
\index{WWW}
-\index{World-Wide Web}
+\index{World Wide Web}
\index{URL}
This module provides a high-level interface for fetching data across
-the World-Wide Web. In particular, the \function{urlopen()} function
+the World Wide Web. In particular, the \function{urlopen()} function
is similar to the built-in function \function{open()}, but accepts
Universal Resource Locators (URLs) instead of filenames. Some
restrictions apply --- it can only open URLs for reading, and no seek
@@ -249,7 +249,7 @@ protocol. This can sometimes cause confusing error messages.
The \function{urlopen()} and \function{urlretrieve()} functions can
cause arbitrarily long delays while waiting for a network connection
to be set up. This means that it is difficult to build an interactive
-web client using these functions without using threads.
+Web client using these functions without using threads.
\item
The data returned by \function{urlopen()} or \function{urlretrieve()}