[Python-checkins] r53970 - python/trunk/Doc/lib/libgettext.tex

andrew.kuchling python-checkins at python.org
Tue Feb 27 00:02:50 CET 2007


Author: andrew.kuchling
Date: Tue Feb 27 00:02:47 2007
New Revision: 53970

Modified:
   python/trunk/Doc/lib/libgettext.tex
Log:
Markup fix

Modified: python/trunk/Doc/lib/libgettext.tex
==============================================================================
--- python/trunk/Doc/lib/libgettext.tex	(original)
+++ python/trunk/Doc/lib/libgettext.tex	Tue Feb 27 00:02:47 2007
@@ -102,9 +102,9 @@
 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}


More information about the Python-checkins mailing list