From: Fred Drake Date: Thu, 6 Apr 2000 14:00:14 +0000 (+0000) Subject: But don't do the funny \UNICODE macro; we're trying to get away from X-Git-Tag: v1.6a2~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b3ce9e099bca495029bdfdd42f4cb6602c5b621;p=thirdparty%2FPython%2Fcpython.git But don't do the funny \UNICODE macro; we're trying to get away from those markups! --- diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 199933d0e9e2..f46cdc9f9844 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.