summaryrefslogtreecommitdiffstats
path: root/Doc/lib/liburllib2.tex
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-03-17 16:26:31 (GMT)
committerGeorg Brandl <georg@python.org>2006-03-17 16:26:31 (GMT)
commitdb815abc70a20f81c9de1c99b9089944c802c715 (patch)
tree4fe27086334262c4177877d4401c40d16975a2e6 /Doc/lib/liburllib2.tex
parentda37604ee32cdefbb0184b7f34c97cf1aa1ec3cf (diff)
downloadcpython-db815abc70a20f81c9de1c99b9089944c802c715.zip
cpython-db815abc70a20f81c9de1c99b9089944c802c715.tar.gz
cpython-db815abc70a20f81c9de1c99b9089944c802c715.tar.bz2
More \exception fixes.
Diffstat (limited to 'Doc/lib/liburllib2.tex')
-rw-r--r--Doc/lib/liburllib2.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex
index 706c54b..e0c4568 100644
--- a/Doc/lib/liburllib2.tex
+++ b/Doc/lib/liburllib2.tex
@@ -384,7 +384,7 @@ determined by sorting the handler instances.
\method{\var{protocol}_open()} are called to handle the request.
This stage ends when a handler either returns a
non-\constant{None} value (ie. a response), or raises an exception
- (usually URLError). Exceptions are allowed to propagate.
+ (usually \exception{URLError}). Exceptions are allowed to propagate.
In fact, the above algorithm is first tried for methods named
\method{default_open}. If all such methods return