diff options
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index fcaa563..292c650 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -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} |