]> granicus.if.org Git - python/commitdiff
Adjust description of the internationalized domain name encoding to
authorFred Drake <fdrake@acm.org>
Wed, 16 Jul 2003 04:00:14 +0000 (04:00 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 16 Jul 2003 04:00:14 +0000 (04:00 +0000)
better accomodate the GNU info conversion.

Doc/whatsnew/whatsnew23.tex

index fcaa563dd6454ec4ab60d8585fddfccd29cdde59..292c65038e04b7bb64ab8ba33aa1c82d78601c67 100644 (file)
@@ -1835,7 +1835,7 @@ to convert between a Unicode domain name and the ASCII-compatible
 encoding (ACE) of that name.
 
 \begin{alltt}
->{}>{}> u"www.Alliancefran\c{c}aise.nu".encode("idna")
+>{}>{}> u"www.Alliancefran\c caise.nu".encode("idna")
 'www.xn--alliancefranaise-npb.nu'
 \end{alltt}