]> granicus.if.org Git - python/commitdiff
Reword paragraph to match the order of the subsequent sections
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 29 Jul 2006 14:08:15 +0000 (14:08 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 29 Jul 2006 14:08:15 +0000 (14:08 +0000)
Doc/lib/libgettext.tex

index 34b05009929719eb54d5bb46f7f69a204bb1b207..5c7c6b96b22824ccf6d341ce10d1d3cc447cb776 100644 (file)
@@ -585,8 +585,8 @@ files are what the \module{gettext} module uses for the actual
 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}