diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2007-02-26 23:02:47 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2007-02-26 23:02:47 +0000 |
commit | f2ae27e61a0df8f3bcee39b643abf83bf45b6417 (patch) | |
tree | ace3faffdc6fd39ce2cbf2ff7b2582f075b1484d | |
parent | 88516a60398fff92dbf83c6ad17b03233f6db680 (diff) | |
download | cpython-git-f2ae27e61a0df8f3bcee39b643abf83bf45b6417.tar.gz |
Markup fix
-rw-r--r-- | Doc/lib/libgettext.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libgettext.tex b/Doc/lib/libgettext.tex index 5c7c6b96b2..6aee255ca0 100644 --- a/Doc/lib/libgettext.tex +++ b/Doc/lib/libgettext.tex @@ -102,9 +102,9 @@ If no translation is found, return \var{singular} if \var{n} is 1; return \var{plural} otherwise. The Plural formula is taken from the catalog header. It is a C or -Python expression that has a free variable n; the expression evaluates +Python expression that has a free variable \var{n}; the expression evaluates to the index of the plural in the catalog. See the GNU gettext -documentation for the precise syntax to be used in .po files, and the +documentation for the precise syntax to be used in \file{.po} files and the formulas for a variety of languages. \versionadded{2.3} |