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

andrew.kuchling python-checkins at python.org
Sat Jul 29 16:08:16 CEST 2006


Author: andrew.kuchling
Date: Sat Jul 29 16:08:15 2006
New Revision: 50930

Modified:
   python/trunk/Doc/lib/libgettext.tex
Log:
Reword paragraph to match the order of the subsequent sections

Modified: python/trunk/Doc/lib/libgettext.tex
==============================================================================
--- python/trunk/Doc/lib/libgettext.tex	(original)
+++ python/trunk/Doc/lib/libgettext.tex	Sat Jul 29 16:08:15 2006
@@ -585,8 +585,8 @@
 translation processing during run-time.
 
 How you use the \module{gettext} module in your code depends on
-whether you are internationalizing your entire application or a single
-module.
+whether you are internationalizing a single module or your entire application.
+The next two sections will discuss each case.
 
 \subsubsection{Localizing your module}
 


More information about the Python-checkins mailing list