mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Patch #781126: Fix markup for add_fallback. Will backport to 2.3.
This commit is contained in:
parent
249d50a25f
commit
cebcc61d4d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue