summaryrefslogtreecommitdiff
path: root/Doc/lib/libgettext.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-07-02 12:27:43 +0000
committerFred Drake <fdrake@acm.org>2003-07-02 12:27:43 +0000
commit2884d6de1553c0e29a7602fd68aa2ae9243bf689 (patch)
treee60756f5d5d6d0d92022983cc169e63a997d34b6 /Doc/lib/libgettext.tex
parente2ff8be761a5c4958572d2aa6c9ee247e3c90c85 (diff)
downloadcpython-git-2884d6de1553c0e29a7602fd68aa2ae9243bf689.tar.gz
Fix a variety of small markup nits.
Diffstat (limited to 'Doc/lib/libgettext.tex')
-rw-r--r--Doc/lib/libgettext.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libgettext.tex b/Doc/lib/libgettext.tex
index 3aa31d281c..e98d9f6083 100644
--- a/Doc/lib/libgettext.tex
+++ b/Doc/lib/libgettext.tex
@@ -446,7 +446,7 @@ his \program{po-utils} package at
scans all your Python source code looking for the strings you
previously marked as translatable. It is similar to the GNU
\program{gettext} program except that it understands all the
-intricacies of Python source code, but knows nothing about C or C++
+intricacies of Python source code, but knows nothing about C or \Cpp
source code. You don't need GNU \code{gettext} unless you're also
going to be translating C code (such as C extension modules).