summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-07-29 14:08:15 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-07-29 14:08:15 (GMT)
commit3ec3f78c8a08c5b69855e5b6eb37fe22f0719b52 (patch)
tree66e2ca8d97ea8589da4e6aa161d9207748723f1b
parent144691cfd8848d46a36bcce3400139c1a2fce475 (diff)
downloadcpython-3ec3f78c8a08c5b69855e5b6eb37fe22f0719b52.zip
cpython-3ec3f78c8a08c5b69855e5b6eb37fe22f0719b52.tar.gz
cpython-3ec3f78c8a08c5b69855e5b6eb37fe22f0719b52.tar.bz2
Reword paragraph to match the order of the subsequent sections
-rw-r--r--Doc/lib/libgettext.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libgettext.tex b/Doc/lib/libgettext.tex
index 34b0500..5c7c6b9 100644
--- a/Doc/lib/libgettext.tex
+++ b/Doc/lib/libgettext.tex
@@ -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}