diff options
author | Raymond Hettinger <python@rcn.com> | 2004-09-25 08:09:23 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-09-25 08:09:23 (GMT) |
commit | c90ea82302cb90b8c796a01c4988346c651fb5d4 (patch) | |
tree | 91aff5b3fa7c3f99f789a2e3e15a005a86602953 /Doc | |
parent | 3f7912521df6b52e2618a1e2d066ef1b1b8a024e (diff) | |
download | cpython-c90ea82302cb90b8c796a01c4988346c651fb5d4.zip cpython-c90ea82302cb90b8c796a01c4988346c651fb5d4.tar.gz cpython-c90ea82302cb90b8c796a01c4988346c651fb5d4.tar.bz2 |
Fix double word error.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libdoctest.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index 494a35f..072e983 100644 --- a/Doc/lib/libdoctest.tex +++ b/Doc/lib/libdoctest.tex @@ -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 |