diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2017-04-25 19:30:07 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2017-04-25 19:30:07 +0200 |
| commit | 9c192592076de7bf402ce6522b4ef2bd0727bb7e (patch) | |
| tree | 9b6a5f3afe333e24041c236716a58d6321eed73b /docs | |
| parent | fb9ae861cf3cf175c3da4a3cd4e558c6cbd6af91 (diff) | |
| download | psutil-9c192592076de7bf402ce6522b4ef2bd0727bb7e.tar.gz | |
create_proc_children_pair: have the grandchild create the intermediate test file so that it has more time to initialize
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index be8d1f2b..aa68012f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1625,8 +1625,8 @@ Process class Note that in the example above if process X disappears process Y won't be returned either as the reference to process A is lost. - :meth:`children()` behaviour is well summaried by this - `unit test <https://github.com/giampaolo/psutil/blob/7666871497e930ff1a318d90bbcec93da851afbf/psutil/tests/test_process.py#L1236-L1247>`__. + This concept is well summaried by this + `unit test <https://github.com/giampaolo/psutil/blob/fb9ae861cf3cf175c3da4a3cd4e558c6cbd6af91/psutil/tests/test_process.py#L1236-L1247>`__. .. method:: open_files() |
