diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-06 14:00:14 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-06 14:00:14 (GMT) |
commit | 8b3ce9e099bca495029bdfdd42f4cb6602c5b621 (patch) | |
tree | 11e761387b4d7ca64ff729a010f7492646dd6339 /Doc | |
parent | f0aff8e759b34aad1a2026a838f4aa37c2920539 (diff) | |
download | cpython-8b3ce9e099bca495029bdfdd42f4cb6602c5b621.zip cpython-8b3ce9e099bca495029bdfdd42f4cb6602c5b621.tar.gz cpython-8b3ce9e099bca495029bdfdd42f4cb6602c5b621.tar.bz2 |
But don't do the funny \UNICODE macro; we're trying to get away from
those markups! <with-mixed-feelings>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ref/ref3.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 199933d..f46cdc9 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -290,7 +290,7 @@ function \function{unicode()}\bifuncindex{unicode}. \obindex{unicode} \index{character} \index{integer} -\index{Unicode@\UNICODE{}} +\index{Unicode} \item[Tuples] The items of a tuple are arbitrary Python objects. |