From: Martin v. Löwis Date: Tue, 5 Aug 2003 05:54:48 +0000 (+0000) Subject: Patch #781126: Fix markup for add_fallback. X-Git-Tag: v2.3.1~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0ed62008d8ae5e0476b78d3b5ed14bc3b73007d;p=thirdparty%2FPython%2Fcpython.git Patch #781126: Fix markup for add_fallback. --- diff --git a/Doc/lib/libgettext.tex b/Doc/lib/libgettext.tex index 043fa584d28a..ace719f8a713 100644 --- a/Doc/lib/libgettext.tex +++ b/Doc/lib/libgettext.tex @@ -216,7 +216,7 @@ you have an unsupported message catalog file format, you should override this method to parse your format. \end{methoddesc} -\begin{methoddesc}{NullTranslations}{add_fallback}{fallback} +\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 provide a translation for a given message.