diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2003-08-05 05:54:15 +0000 |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2003-08-05 05:54:15 +0000 |
| commit | cebcc61d4decdaa3c938461451ab62c1c3010ce1 (patch) | |
| tree | 37483d6f73fad3b2b454d7487f42cdd6c5698d00 | |
| parent | 249d50a25f0d8ad33efa0f3dbd45eec06e7dcdf3 (diff) | |
| download | cpython-git-cebcc61d4decdaa3c938461451ab62c1c3010ce1.tar.gz | |
Patch #781126: Fix markup for add_fallback. Will backport to 2.3.
| -rw-r--r-- | Doc/lib/libgettext.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libgettext.tex b/Doc/lib/libgettext.tex index 043fa584d2..ace719f8a7 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. |
