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 | e626cb5cf730217fbedc3d06b80215c09bbe7013 (patch) | |
tree | d564c7a1a11c25bcd85b624eddfa95d402a9b533 | |
parent | 999e8a24ec3af2db7183c51bae5b80aa3187f701 (diff) | |
download | python-coveragepy-git-e626cb5cf730217fbedc3d06b80215c09bbe7013.tar.gz |
pid also annotates warnings
-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 8b97ce37..a5e00055 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. |