summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-04-06 14:00:14 (GMT)
committerFred Drake <fdrake@acm.org>2000-04-06 14:00:14 (GMT)
commit8b3ce9e099bca495029bdfdd42f4cb6602c5b621 (patch)
tree11e761387b4d7ca64ff729a010f7492646dd6339 /Doc/ref
parentf0aff8e759b34aad1a2026a838f4aa37c2920539 (diff)
downloadcpython-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/ref')
-rw-r--r--Doc/ref/ref3.tex2
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.