[Python-checkins] python/dist/src/Doc/lib libgettext.tex,1.20,1.21

loewis at users.sourceforge.net loewis at users.sourceforge.net
Mon Aug 4 23:54:17 EDT 2003


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

Modified Files:
	libgettext.tex 
Log Message:
Patch #781126: Fix markup for add_fallback. Will backport to 2.3.


Index: libgettext.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgettext.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** libgettext.tex	22 Jul 2003 00:49:11 -0000	1.20
--- libgettext.tex	5 Aug 2003 05:54:15 -0000	1.21
***************
*** 217,221 ****
  \end{methoddesc}
  
! \begin{methoddesc}{NullTranslations}{add_fallback}{fallback}
  Add \var{fallback} as the fallback object for the current translation
  object. A translation object should consult the fallback if it cannot
--- 217,221 ----
  \end{methoddesc}
  
! \begin{methoddesc}[NullTranslations]{add_fallback}{fallback}
  Add \var{fallback} as the fallback object for the current translation
  object. A translation object should consult the fallback if it cannot





More information about the Python-checkins mailing list