mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Initial commit
This commit is contained in:
parent
cdb4bb857d
commit
8500ef228e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user