summaryrefslogtreecommitdiffstats
path: root/Doc/tut/tut.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-14 14:51:31 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-14 14:51:31 (GMT)
commitaf8a015c937d11e4efcda3f91344ad3e758d26e8 (patch)
tree5e342ee84e829d81f408c1c990b66762ee034da3 /Doc/tut/tut.tex
parentb215137224cafcdb665a7b298dbf02be6a214d0c (diff)
downloadcpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.zip
cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.tar.gz
cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.tar.bz2
Consistency: "{\bf ...}" ==> "\strong{...}"
"{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now.
Diffstat (limited to 'Doc/tut/tut.tex')
-rw-r--r--Doc/tut/tut.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index f59e103..976d2d9 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -3156,7 +3156,7 @@ class VirtualAttributes:
self.__vdict[name] = value
\end{verbatim}
-%{\em Warning: this is an experimental feature.} To avoid all
+%\emph{Warning: this is an experimental feature.} To avoid all
%potential problems, refrain from using identifiers starting with
%double underscore except for predefined uses like \code{__init__}. To
%use private names while maintaining future compatibility: refrain from