diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-03-12 16:50:37 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-03-12 16:50:37 -0400 |
| commit | de73882e515fcce4bc4f2c62f0a6de42178866a5 (patch) | |
| tree | a5c17324fec0c0a812fbd7abb3d89b6c8574c866 /doc | |
| parent | 0c6ae7f05b9621694cfff9f6fc8be57bdd9948fe (diff) | |
| download | python-coveragepy-de73882e515fcce4bc4f2c62f0a6de42178866a5.tar.gz | |
pid also annotates warnings
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/cmd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 8b97ce3..a5e0005 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -453,7 +453,7 @@ to log: * ``multiproc``: log the start and stop of multiprocessing processes. -* ``pid``: annotate all debug output with the process id. +* ``pid``: annotate all warnings and debug output with the process id. * ``plugin``: print information about plugin operations. |
