summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-08-13 09:58:41 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2022-08-13 10:45:53 -0400
commit93ee0a039de2d6aa99c4871b0b9d3db53fddf437 (patch)
tree22c05a6b73be5c716bbdcba9c7aa6f43000b1d36
parent234ac5af229dbae41384cb52ae799702567e3357 (diff)
downloadpylint-git-93ee0a039de2d6aa99c4871b0b9d3db53fddf437.tar.gz
Fix typos in 2.15 whatsnew
-rw-r--r--doc/whatsnew/2/2.15/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/whatsnew/2/2.15/index.rst b/doc/whatsnew/2/2.15/index.rst
index 0a33895f6..fe4004bac 100644
--- a/doc/whatsnew/2/2.15/index.rst
+++ b/doc/whatsnew/2/2.15/index.rst
@@ -14,7 +14,7 @@ Summary -- Release highlights
In pylint 2.15.0, we added a new check ``missing-timeout`` to warn of
default timeout values that could cause a program to be hanging indefinitely.
->e improved ``pylint``'s handling of namespace packages. More packages should
-be linted without resorting to using the ``-recursive=y`` option.
+We improved ``pylint``'s handling of namespace packages. More packages should
+be linted without resorting to using the ``--recursive=y`` option.
.. towncrier release notes start