Skip to content

Commit

Permalink
Merge pull request #163 from kianmeng/fix-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
carsongee authored Feb 25, 2022
2 parents e3e96a0 + 76fa128 commit 781d6a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ by previous plugins will run. For instance, in case PylintPlugin had
`pytest_addoption` implemented, which runs before `pytest_configure`
in the hook cycle, it would be executed once PylintPlugin got registered.

PylintPlugin uses the `pytest_collect_file` hook which is called wih every
PylintPlugin uses the `pytest_collect_file` hook which is called with every
file available in the test target dir. This hook collects all the file
pylint should run on, in this case files with extension ".py".

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Releases
0.8.0
~~~~~

- `bdrung <https://github.com/bdrung>`__ corrected inconsitent returns in a function
- `bdrung <https://github.com/bdrung>`__ corrected inconsistent returns in a function
- Dropped Python 3.3 support

0.7.1
Expand Down

0 comments on commit 781d6a8

Please sign in to comment.