diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2022-01-25 02:39:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-25 08:39:22 +0100 |
| commit | 7cde9994b381dfa8ae73ea25fced297e3f9f0afe (patch) | |
| tree | 3da0a9bb41cc423655a2edae356c3d3ba0d09a65 /doc | |
| parent | d171a180cfa119f7f9117f1977c462ab040fd89a (diff) | |
| download | astroid-git-7cde9994b381dfa8ae73ea25fced297e3f9f0afe.tar.gz | |
Fix typo in extract_node() link (#1369)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/inference.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/inference.rst b/doc/inference.rst index 008e65e4..8d2c7e43 100644 --- a/doc/inference.rst +++ b/doc/inference.rst @@ -66,7 +66,7 @@ Most of the time you can access the same fields as those represented in the output of :meth:`repr_tree` so you can do ``tree.body[0].value.left`` to get the left hand side operand of the addition operation. -Another useful function that you can use is :func`astroid.extract_node`, +Another useful function that you can use is :func:`astroid.extract_node`, which given a string, tries to extract one or more nodes from the given string:: >>> node = astroid.extract_node(''' |
