Skip to content

Commit 7cde999

Browse files
Fix typo in extract_node() link (#1369)
1 parent d171a18 commit 7cde999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/inference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Most of the time you can access the same fields as those represented
6666
in the output of :meth:`repr_tree` so you can do ``tree.body[0].value.left``
6767
to get the left hand side operand of the addition operation.
6868

69-
Another useful function that you can use is :func`astroid.extract_node`,
69+
Another useful function that you can use is :func:`astroid.extract_node`,
7070
which given a string, tries to extract one or more nodes from the given string::
7171

7272
>>> node = astroid.extract_node('''

0 commit comments

Comments
 (0)