Skip to content

Commit 4fe5e2e

Browse files
pabs3sallner
authored andcommitted
Fix a couple of typos
Suggested-by: codespell & spellintian
1 parent aa5126d commit 4fe5e2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pytest_rerunfailures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def _set_resultlog(config, resultlog):
9292

9393

9494
# making sure the options make sense
95-
# should run before / at the begining of pytest_cmdline_main
95+
# should run before / at the beginning of pytest_cmdline_main
9696
def check_options(config):
9797
val = config.getvalue
9898
if not val("collectonly"):

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tox (https://tox.readthedocs.io/en/latest/) is a tool for running tests
22
# in multiple virtualenvs. This configuration file will run the
3-
# test suite on all supported python versions. To use it, "pip install tox"
3+
# test suite on all supported Python versions. To use it, "pip install tox"
44
# and then run "tox" from this directory.
55

66
[flake8]

0 commit comments

Comments
 (0)