mirror of https://github.com/python/cpython
Fix double word error.
This commit is contained in:
parent
3f7912521d
commit
c90ea82302
|
@ -967,7 +967,7 @@ runner.run(suite)
|
|||
Options may be provided as keyword arguments:
|
||||
|
||||
Optional argument \var{module_relative} specifies how
|
||||
the the filenames in \var{paths} should be interpreted:
|
||||
the filenames in \var{paths} should be interpreted:
|
||||
|
||||
\begin{itemize}
|
||||
\item If \var{module_relative} is \code{True} (the default), then
|
||||
|
|
Loading…
Reference in New Issue