summaryrefslogtreecommitdiff
path: root/doc/how_tos/custom_checkers.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/how_tos/custom_checkers.rst')
-rw-r--r--doc/how_tos/custom_checkers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/how_tos/custom_checkers.rst b/doc/how_tos/custom_checkers.rst
index c5deddd94..7a454c4f5 100644
--- a/doc/how_tos/custom_checkers.rst
+++ b/doc/how_tos/custom_checkers.rst
@@ -140,7 +140,7 @@ and to remove the list of return nodes when we leave the function.
Finally we'll implement the check.
We will define a ``visit_return`` function,
-which is called with a :class:`.astroid.nodes.Return` node.
+which is called with an :class:`.astroid.nodes.Return` node.
.. _astroid_extract_node:
.. TODO We can shorten/remove this bit once astroid has API docs.