summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-02-14 21:03:10 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2017-02-14 21:03:10 +0100
commit42f5f9e86aa67e32cf7de146e6960cdc9914f14d (patch)
tree4bb52fba0a295487eb6983e673d6e49a7b87d6de /docs
parent3354a2bac38d4eae40f17a7b31cfceabffbc1ad2 (diff)
downloadpsutil-42f5f9e86aa67e32cf7de146e6960cdc9914f14d.tar.gz
update doc
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index da307700..ad2a78d3 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1385,7 +1385,7 @@ Process class
The returned number should be ``<=`` :func:`psutil.cpu_count()`.
It may be used in conjunction with ``psutil.cpu_percent(percpu=True)`` to
observe the system workload distributed across multiple CPUs as shown by
- `cpu_workload.py <https://github.com/giampaolo/psutil/blob/master/scripts/cpu_workload.py>`__ example script.
+ `cpu_distribution.py <https://github.com/giampaolo/psutil/blob/master/scripts/cpu_distribution.py>`__ example script.
Availability: Linux, FreeBSD, SunOS