Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f459d85 commit 4cf1227Copy full SHA for 4cf1227
1 file changed
Doc/lib/libdoctest.tex
@@ -207,7 +207,7 @@ \subsection{Which Docstrings Are Examined?}
207
\subsection{What's the Execution Context?}
208
209
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
+\emph{copy} of \module{M}'s globals, so that running tests on a module
211
doesn't change the module's real globals, and so that one test in
212
\module{M} can't leave behind crumbs that accidentally allow another test
213
to work. This means examples can freely use any names defined at top-level
0 commit comments