[Python-checkins] CVS: python/dist/src/Doc/lib liburllib2.tex,1.3,1.4

Fred L. Drake fdrake@users.sourceforge.net
Thu, 05 Jul 2001 14:14:05 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv20480/lib

Modified Files:
	liburllib2.tex 
Log Message:

Fix a markup error:  do not omit a method's parameter list if it is
empty.


Index: liburllib2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liburllib2.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** liburllib2.tex	2001/05/11 15:46:45	1.3
--- liburllib2.tex	2001/07/05 21:14:03	1.4
***************
*** 561,565 ****
  \subsection{UnknownHandler Objects \label{unknown-handler-objects}}
  
! \begin{methoddesc}[UnknownHandler]{unknown_open}
  Raise a \exception{URLError} exception.
  \end{methoddesc}
--- 561,565 ----
  \subsection{UnknownHandler Objects \label{unknown-handler-objects}}
  
! \begin{methoddesc}[UnknownHandler]{unknown_open}{}
  Raise a \exception{URLError} exception.
  \end{methoddesc}