Skip to content

Commit

Permalink
Rewording.
Browse files Browse the repository at this point in the history
  • Loading branch information
fossilet committed Nov 30, 2015
1 parent 26ee1ee commit e30c48e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ the notifier returns.
For `enable`, the program terminates after the notifier returns. This is
because that we are overriding the system exception hook. Furthermore,
there is no way to get the return value of `callback` in Python code,
so the return of it is meaningless, even if you can return some value
so the return value of it is meaningless, even if you can return some value
explicitly in it.

The coverage reported by Coveralls is inaccurate, because Travis cannot run
code sending email. Run tests/test_coverage.sh to get a full coverage.
However, code of system exception hook is not counted by python-coverage in
either case.
However, `python-coverage` does not cover code of system exception hook
in either case.

0 comments on commit e30c48e

Please sign in to comment.