Skip to content

Commit 9e4868d

Browse files
committed
fix typo
1 parent e61b8fe commit 9e4868d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/example/pytest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ and the following ``tox.ini`` content:
5252
[testenv]
5353
changedir = tests
5454
deps = pytest
55-
# chnge pytest tempdir and add posargs from command line
55+
# change pytest tempdir and add posargs from command line
5656
commands = pytest --basetemp={envtmpdir} {posargs}
5757
5858
you can invoke ``tox`` in the directory where your ``tox.ini`` resides.

0 commit comments

Comments
 (0)