Skip to content

Commit 189ebb5

Browse files
authored
Fix link to Python 3.9 AST definition (#213)
1 parent ed13a18 commit 189ebb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/contributing/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ A (modified style) Copy of all Abstract Grammar Definitions for the Python versi
112112

113113
.. _`Chomsky 3`: https://en.wikipedia.org/wiki/Chomsky_hierarchy#Type-3_grammars
114114

115+
.. _`Python 3.9 AST`: https://docs.python.org/3.9/library/ast.html#abstract-grammar
116+
115117
.. _`Python 3.8 AST`: https://docs.python.org/3.8/library/ast.html#abstract-grammar
116118

117119
.. _`Python 3.7 AST`: https://docs.python.org/3.7/library/ast.html#abstract-grammar

0 commit comments

Comments
 (0)