summaryrefslogtreecommitdiffstats
path: root/Doc/library/test.rst
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-05 21:48:44 (GMT)
committerGitHub <noreply@github.com>2021-10-05 21:48:44 (GMT)
commit241bda785a092a272d7e0f6a4e20bd250c389cfe (patch)
treed1ec44882a46c83d3a91d6ce5e312954cffab269 /Doc/library/test.rst
parent4c8d543823dde5a30615da61727837a48f7ab847 (diff)
downloadcpython-241bda785a092a272d7e0f6a4e20bd250c389cfe.zip
cpython-241bda785a092a272d7e0f6a4e20bd250c389cfe.tar.gz
cpython-241bda785a092a272d7e0f6a4e20bd250c389cfe.tar.bz2
[doc] Fix typos found using codespell (GH-28744)
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Doc/library/test.rst')
-rw-r--r--Doc/library/test.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index a6cc2be..a8dc354 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -1249,7 +1249,7 @@ The :mod:`test.support.threading_helper` module provides support for threading t
Context manager catching :class:`threading.Thread` exception using
:func:`threading.excepthook`.
- Attributes set when an exception is catched:
+ Attributes set when an exception is caught:
* ``exc_type``
* ``exc_value``
@@ -1458,7 +1458,7 @@ The :mod:`test.support.os_helper` module provides support for os tests.
.. function:: unlink(filename)
Call :func:`os.unlink` on *filename*. On Windows platforms, this is
- wrapped with a wait loop that checks for the existence fo the file.
+ wrapped with a wait loop that checks for the existence of the file.
:mod:`test.support.import_helper` --- Utilities for import tests