diff options
author | Raymond Hettinger <python@rcn.com> | 2003-05-10 07:40:56 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-05-10 07:40:56 (GMT) |
commit | 0dfd7a93617a33348a8d3b8155e8a037a1d8e283 (patch) | |
tree | 7a31922aa0e8f3f171820eee5313bf98ca84d774 /Doc/lib/liburllib2.tex | |
parent | a94568a7535de60f1144e4eea0d027b87017a4b4 (diff) | |
download | cpython-0dfd7a93617a33348a8d3b8155e8a037a1d8e283.zip cpython-0dfd7a93617a33348a8d3b8155e8a037a1d8e283.tar.gz cpython-0dfd7a93617a33348a8d3b8155e8a037a1d8e283.tar.bz2 |
Missing parenthesis found by texcheck.py
Diffstat (limited to 'Doc/lib/liburllib2.tex')
-rw-r--r-- | Doc/lib/liburllib2.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex index 7b47f9b..48afc9b 100644 --- a/Doc/lib/liburllib2.tex +++ b/Doc/lib/liburllib2.tex @@ -297,7 +297,7 @@ Open the given \var{url} (which can be a request object or a string), optionally passing the given \var{data}. Arguments, return values and exceptions raised are the same as those of \function{urlopen()} (which simply calls the \method{open()} method -on the default installed \class{OpenerDirector}. +on the default installed \class{OpenerDirector}). \end{methoddesc} \begin{methoddesc}[OpenerDirector]{error}{proto\optional{, |