8000 [3.12] gh-118100: Improve links in `ast.rst` (GH-118101) (#118110) · python/cpython@ecb8e2b · GitHub
[go: up one dir, main page]

Skip to content

Commit ecb8e2b

Browse files
miss-islingtonsobolevnhugovk
authored
[3.12] gh-118100: Improve links in ast.rst (GH-118101) (#118110)
gh-118100: Improve links in `ast.rst` (GH-118101) (cherry picked from commit 2aa11cc) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 5430f61 commit ecb8e2b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/ast.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2520,7 +2520,8 @@ to stdout. Otherwise, the content is read from stdin.
25202520
code that generated them. This is helpful for tools that make source code
25212521
transformations.
25222522

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

@@ -2532,4 +2533,4 @@ to stdout. Otherwise, the content is read from stdin.
25322533
`Parso <https://parso.readthedocs.io>`_ is a Python parser that supports
25332534
error recovery and round-trip parsing for different Python versions (in
25342535
multiple Python versions). Parso is also able to list multiple syntax errors
2535-
in your python file.
2536+
in your Python file.

0 commit comments

Comments
 (0)
0