summaryrefslogtreecommitdiff
path: root/pylint/checkers/stdlib.py
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2019-11-21 08:59:18 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2019-11-21 08:59:18 +0100
commit092038516bb8ed9b4026b93a5ae1fd1070c6cf48 (patch)
tree9b1aeb85b5e94012ddf72927d1e55a82368ac791 /pylint/checkers/stdlib.py
parentfbaf0ee3064d8d14ef5d600f7f1ebd8ff1d25814 (diff)
downloadpylint-git-092038516bb8ed9b4026b93a5ae1fd1070c6cf48.tar.gz
FIX: Typo. (#3264)
Diffstat (limited to 'pylint/checkers/stdlib.py')
-rw-r--r--pylint/checkers/stdlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/stdlib.py b/pylint/checkers/stdlib.py
index 3015a75d2..cf891eb6d 100644
--- a/pylint/checkers/stdlib.py
+++ b/pylint/checkers/stdlib.py
@@ -149,7 +149,7 @@ class StdlibChecker(BaseChecker):
"subprocess-run-check",
"The check parameter should always be used with explicitly set "
"`check` keyword to make clear what the error-handling behavior is."
- "https://docs.python.org/3/library/subprocess.html#subprocess.runs",
+ "https://docs.python.org/3/library/subprocess.html#subprocess.run",
),
}