summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/DEVGUIDE.rst2
-rw-r--r--docs/index.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/DEVGUIDE.rst b/docs/DEVGUIDE.rst
index d4e6778f..384f8b25 100644
--- a/docs/DEVGUIDE.rst
+++ b/docs/DEVGUIDE.rst
@@ -32,7 +32,7 @@ Once you have a compiler installed:
make uninstall
make help
-- if you're working on a new feature and you whish to compile & test it "on the
+- if you're working on a new feature and you wish to compile & test it "on the
fly" from a test script, this is a quick & dirty way to do it:
.. code-block:: bash
diff --git a/docs/index.rst b/docs/index.rst
index c30f7d6a..aa0fd932 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1604,7 +1604,7 @@ Process class
Return a named tuple with variable fields depending on the platform
representing memory information about the process.
- The "portable" fields available on all plaforms are `rss` and `vms`.
+ The "portable" fields available on all platforms are `rss` and `vms`.
All numbers are expressed in bytes.
+---------+---------+-------+---------+-----+------------------------------+
@@ -2550,7 +2550,7 @@ FAQs
====
* Q: Why do I get :class:`AccessDenied` for certain processes?
-* A: This may happen when you query processess owned by another user,
+* A: This may happen when you query processes owned by another user,
especially on macOS (see `issue #883`_) and Windows.
Unfortunately there's not much you can do about this except running the
Python process with higher privileges.