Skip to content

Commit 2e5da5d

Browse files
authored
doc: fix typos (#12118)
* doc: add missing word * doc: fix typos Typos found with codespell
1 parent c0532dd commit 2e5da5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/en/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
# The format is a list of tuples containing the path and title.
396396
# epub_pre_files = []
397397

398-
# HTML files shat should be inserted after the pages created by sphinx.
398+
# HTML files that should be inserted after the pages created by sphinx.
399399
# The format is a list of tuples containing the path and title.
400400
# epub_post_files = []
401401

doc/en/how-to/writing_hook_functions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ object, the wrapper may modify that result, but it's probably better to avoid it
100100

101101
If the hook implementation failed with an exception, the wrapper can handle that
102102
exception using a ``try-catch-finally`` around the ``yield``, by propagating it,
103-
supressing it, or raising a different exception entirely.
103+
suppressing it, or raising a different exception entirely.
104104

105105
For more information, consult the
106106
:ref:`pluggy documentation about hook wrappers <pluggy:hookwrappers>`.

doc/en/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Features
8787
Documentation
8888
-------------
8989

90-
* :ref:`Get started <get-started>` - install pytest and grasp its basics just twenty minutes
90+
* :ref:`Get started <get-started>` - install pytest and grasp its basics in just twenty minutes
9191
* :ref:`How-to guides <how-to>` - step-by-step guides, covering a vast range of use-cases and needs
9292
* :ref:`Reference guides <reference>` - includes the complete pytest API reference, lists of plugins and more
9393
* :ref:`Explanation <explanation>` - background, discussion of key topics, answers to higher-level questions

0 commit comments

Comments
 (0)