From b7fc4afe1b75a9e68d14b6de36880ef0abe082fd Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 7 Aug 1992 16:06:42 +0000 Subject: Warn that _ must be in tt font. --- Doc/myformat.sty | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 42bbb7a..c0610eb 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -38,7 +38,8 @@ \noindent } -% Underscores are not magic throughout the Python documentation +% Underscores are not magic throughout the Python documentation. +% This still only gives the right effect in the tt font!!! \catcode`_=12 % Dummy \cbstart and \cbend so I can leave changebars in... -- cgit v0.12