Skip to content

Commit 2aa11cc

Browse files
sobolevnhugovk
andauthored
gh-118100: Improve links in ast.rst (#118101)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 1e4a4c4 commit 2aa11cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/ast.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -2536,7 +2536,8 @@ to stdout. Otherwise, the content is read from stdin.
25362536
code that generated them. This is helpful for tools that make source code
25372537
transformations.
25382538

2539-
`leoAst.py <https://leoeditor.com/appendices.html#leoast-py>`_ unifies the
2539+
`leoAst.py <https://leo-editor.github.io/leo-editor/appendices.html#leoast-py>`_
2540+
unifies the
25402541
token-based and parse-tree-based views of python programs by inserting
25412542
two-way links between tokens and ast nodes.
25422543

@@ -2548,4 +2549,4 @@ to stdout. Otherwise, the content is read from stdin.
25482549
`Parso <https://parso.readthedocs.io>`_ is a Python parser that supports
25492550
error recovery and round-trip parsing for different Python versions (in
25502551
multiple Python versions). Parso is also able to list multiple syntax errors
2551-
in your python file.
2552+
in your Python file.

0 commit comments

Comments
 (0)