Issue #8890: Stop advertising an insecure use of /tmp in docs

This commit is contained in:
Petri Lehtinen 2013-02-23 19:26:56 +01:00
parent 8b945148e3
commit 9f74c6cf7d
14 changed files with 31 additions and 26 deletions

View file

@ -201,7 +201,7 @@ A simple example demonstrating the use of the programmatic interface::
# run the new command using the given tracer
tracer.run('main()')
# make a report, placing output in /tmp
# make a report, placing output in the current directory
r = tracer.results()
r.write_results(show_missing=True, coverdir="/tmp")
r.write_results(show_missing=True, coverdir=".")