diff options
author | Andrés Delfino <adelfino@gmail.com> | 2018-06-07 15:09:02 -0300 |
---|---|---|
committer | Andrés Delfino <adelfino@gmail.com> | 2018-06-07 15:09:02 -0300 |
commit | 8500ef228ee2716285c221e3235e6502c54bc990 (patch) | |
tree | e5c74a9497c498753b3a7b8b52f5483aa715b550 /sphinx/ext/coverage.py | |
parent | cdb4bb857df8b4c44da546a921841288202723bb (diff) | |
download | sphinx-git-8500ef228ee2716285c221e3235e6502c54bc990.tar.gz |
Initial commit
Diffstat (limited to 'sphinx/ext/coverage.py')
-rw-r--r-- | sphinx/ext/coverage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/coverage.py b/sphinx/ext/coverage.py index 351108faa..adbf2ddee 100644 --- a/sphinx/ext/coverage.py +++ b/sphinx/ext/coverage.py @@ -56,7 +56,7 @@ class CoverageBuilder(Builder): """ name = 'coverage' epilog = __('Testing of coverage in the sources finished, look at the ' - 'results in %(outdir)s/python.txt.') + 'results in %(outdir)s' + path.sep + 'python.txt.') def init(self): # type: () -> None |