From 76fa1282c813e386988246348eacc3386d661ace Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Fri, 25 Feb 2022 19:36:42 +0800 Subject: [PATCH] Fix typos --- DEVELOPMENT.rst | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.rst b/DEVELOPMENT.rst index c748a25..5e1ea30 100644 --- a/DEVELOPMENT.rst +++ b/DEVELOPMENT.rst @@ -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". diff --git a/README.rst b/README.rst index e38aa6e..84f524f 100644 --- a/README.rst +++ b/README.rst @@ -161,7 +161,7 @@ Releases 0.8.0 ~~~~~ -- `bdrung `__ corrected inconsitent returns in a function +- `bdrung `__ corrected inconsistent returns in a function - Dropped Python 3.3 support 0.7.1