diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-06-24 02:22:39 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-06-24 02:22:39 (GMT) |
commit | 563d12d145dff15745780929149352d269bcb49f (patch) | |
tree | 073198e24a8a07666d36ccbd2d69a30830f2e172 /Doc/lib | |
parent | bdac001cf0455649b960461e54d19e51bcef5f92 (diff) | |
download | cpython-563d12d145dff15745780929149352d269bcb49f.zip cpython-563d12d145dff15745780929149352d269bcb49f.tar.gz cpython-563d12d145dff15745780929149352d269bcb49f.tar.bz2 |
SF # 572928 One word change for lib/libgettext.tex
Fix typo.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libgettext.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libgettext.tex b/Doc/lib/libgettext.tex index c19d9b9..4c81107 100644 --- a/Doc/lib/libgettext.tex +++ b/Doc/lib/libgettext.tex @@ -448,7 +448,7 @@ lang3.install() \subsubsection{Deferred translations} -In most coding situations, strings are translated were they are coded. +In most coding situations, strings are translated where they are coded. Occasionally however, you need to mark strings for translation, but defer actual translation until later. A classic example is: |