We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d171a18 commit 7cde999Copy full SHA for 7cde999
doc/inference.rst
@@ -66,7 +66,7 @@ Most of the time you can access the same fields as those represented
66
in the output of :meth:`repr_tree` so you can do ``tree.body[0].value.left``
67
to get the left hand side operand of the addition operation.
68
69
-Another useful function that you can use is :func`astroid.extract_node`,
+Another useful function that you can use is :func:`astroid.extract_node`,
70
which given a string, tries to extract one or more nodes from the given string::
71
72
>>> node = astroid.extract_node('''
0 commit comments