Skip to content

Commit 37e09e3

Browse files
committed
fix typo in example
1 parent 418d46d commit 37e09e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $ pip install -e .
6262
#### Running Tests
6363
You can run tests in all supported Python versions using tox. By default, it will run all of the unit and integration tests, but you can also specify your own arguments to past to `pytest`.
6464
```bash
65-
$ tox # runs integ/unit tests, flake8 tests and pylink tests
65+
$ tox # runs integ/unit tests, flake8 tests and pylint tests
6666
$ tox -- test/unit/test_decorators.py # runs specific test file
6767
$ tox -e py37 -- test/integ/ # runs specific test directory
6868
```

0 commit comments

Comments
 (0)