From 8b3ce9e099bca495029bdfdd42f4cb6602c5b621 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 6 Apr 2000 14:00:14 +0000 Subject: [PATCH] But don't do the funny \UNICODE macro; we're trying to get away from those markups! --- Doc/ref/ref3.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 199933d0e9..f46cdc9f98 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. -- 2.40.0