summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-08-22 08:57:16 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-08-22 08:57:23 +0200
commitcbc70dc2d86343ba4fba94a6e082abd8bbc9c2c4 (patch)
tree60813f4ce1713942c21871f5d745c4abf0dd7d80 /doc
parent1d0753b0f7ff11e29b29810e7f7aff434c286a45 (diff)
downloadpylint-git-cbc70dc2d86343ba4fba94a6e082abd8bbc9c2c4.tar.gz
Fix some typos
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/whatsnew/2.2.rst b/doc/whatsnew/2.2.rst
index a2d5facc6..4d9305758 100644
--- a/doc/whatsnew/2.2.rst
+++ b/doc/whatsnew/2.2.rst
@@ -23,4 +23,4 @@ Other Changes
* Fix false positive ``undefined-variable`` and ``used-before-assignment`` with nonlocal keyword usage.
-* Fix exceptions being raised when one of the params is not a ClassDef in checkers.utils.is_subclass_of.
+* Fix exceptions being raised when one of the params is not a ClassDef for :func:`checkers.utils.is_subclass_of`.