From: Fred Drake Date: Thu, 5 Apr 2001 18:31:27 +0000 (+0000) Subject: Change {\em ...} to \emph{...} for consistency with the rest of the Python X-Git-Tag: v2.1c1~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cf1227e56d12d5ef890ac039e84e7d6e128c407;p=python Change {\em ...} to \emph{...} for consistency with the rest of the Python documentation. --- diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index 8adbc9dc78..6d19259d25 100644 --- a/Doc/lib/libdoctest.tex +++ b/Doc/lib/libdoctest.tex @@ -207,7 +207,7 @@ from \module{M}'s globals are skipped, all names reached from \subsection{What's the Execution Context?} By default, each time testmod finds a docstring to test, it uses a -{\em copy} of \module{M}'s globals, so that running tests on a module +\emph{copy} of \module{M}'s globals, so that running tests on a module doesn't change the module's real globals, and so that one test in \module{M} can't leave behind crumbs that accidentally allow another test to work. This means examples can freely use any names defined at top-level