Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4cf1227

Browse files
committed
Change {\em ...} to \emph{...} for consistency with the rest of the Python
documentation.
1 parent f459d85 commit 4cf1227

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libdoctest.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ \subsection{Which Docstrings Are Examined?}
207207
\subsection{What's the Execution Context?}
208208

209209
By default, each time testmod finds a docstring to test, it uses a
210-
{\em copy} of \module{M}'s globals, so that running tests on a module
210+
\emph{copy} of \module{M}'s globals, so that running tests on a module
211211
doesn't change the module's real globals, and so that one test in
212212
\module{M} can't leave behind crumbs that accidentally allow another test
213213
to work. This means examples can freely use any names defined at top-level

0 commit comments

Comments
 (0)