]> granicus.if.org Git - python/commitdiff
Markup fix
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 26 Feb 2007 23:03:03 +0000 (23:03 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 26 Feb 2007 23:03:03 +0000 (23:03 +0000)
Doc/lib/libgettext.tex

index 5c7c6b96b22824ccf6d341ce10d1d3cc447cb776..6aee255ca03854ca391e442f549cdccb31c87f6e 100644 (file)
@@ -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}