summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2022-03-15 17:17:00 +0800
committerGitHub <noreply@github.com>2022-03-15 10:17:00 +0100
commit446f4bfed1463f9016cf6bdd36f6b30700bec0ad (patch)
treee36aae1c32c2dc8065b79822c02eb6d2529bb311 /docs
parent8091fa5999d2ac5c83e4aaf99a5560dc63dbee4b (diff)
downloadpsutil-446f4bfed1463f9016cf6bdd36f6b30700bec0ad.tar.gz
fix some typos (#2085)
Signed-off-by: cuishuang <imcusg@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/DEVGUIDE.rst2
-rw-r--r--docs/index.rst6
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/DEVGUIDE.rst b/docs/DEVGUIDE.rst
index cb9545bc..d4e6778f 100644
--- a/docs/DEVGUIDE.rst
+++ b/docs/DEVGUIDE.rst
@@ -115,7 +115,7 @@ Unit tests are automatically run on every ``git push`` on **Linux**, **macOS**,
.. image:: https://img.shields.io/appveyor/ci/giampaolo/psutil/master.svg?maxAge=3600&label=Windows
:target: https://ci.appveyor.com/project/giampaolo/psutil
-OpenBSD, NetBSD, AIX and Solaris does not have continuos test integration.
+OpenBSD, NetBSD, AIX and Solaris does not have continuous test integration.
Documentation
-------------
diff --git a/docs/index.rst b/docs/index.rst
index 595aafb2..82872a2b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1101,7 +1101,7 @@ Process class
Here's a list of methods which can take advantage of the speedup depending
on what platform you're on.
- In the table below horizontal emtpy rows indicate what process methods can
+ In the table below horizontal empty rows indicate what process methods can
be efficiently grouped together internally.
The last column (speedup) shows an approximation of the speedup you can get
if you call all the methods together (best case scenario).
@@ -1194,8 +1194,8 @@ Process class
.. versionadded:: 4.0.0
.. versionchanged:: 5.3.0 added SunOS support
- .. versionchanged:: 5.6.3 added AIX suport
- .. versionchanged:: 5.7.3 added BSD suport
+ .. versionchanged:: 5.6.3 added AIX support
+ .. versionchanged:: 5.7.3 added BSD support
.. method:: create_time()