summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2021-10-03 21:21:55 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2021-10-03 21:21:55 +0200
commitf386b26f565fa7f9bf2beba3145a91114a9a0738 (patch)
treec41bd5f29d830c17036500bd5f1a80ca0d9cd847 /docs
parent88055533025aa92f8c607e05263fc565f8b929ab (diff)
parent0a51174fd4ec1e7da6ccb6174f24d9ddf093d479 (diff)
downloadpsutil-f386b26f565fa7f9bf2beba3145a91114a9a0738.tar.gz
Merge branch 'master' of github.com:giampaolo/psutil
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 51ec3cc7..f0bf2ba7 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -556,7 +556,7 @@ Network
numbers will always be increasing or remain the same, but never decrease.
``net_io_counters.cache_clear()`` can be used to invalidate the *nowrap*
cache.
- On machines with no network iterfaces this function will return ``None`` or
+ On machines with no network interfaces this function will return ``None`` or
``{}`` if *pernic* is ``True``.
>>> import psutil