diff options
author | Batuhan Taskaya <batuhanosmantaskaya@gmail.com> | 2020-05-07 20:57:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 20:57:26 (GMT) |
commit | b7a78ca74ab539943ab11b5c4c9cfab7f5b7ff5a (patch) | |
tree | 35877dd4ca920a639376626fc69c438efcf2a48f /Doc/library/ast.rst | |
parent | 4e363761fc02a89d53aba4382dc451293bd6f0ba (diff) | |
download | cpython-b7a78ca74ab539943ab11b5c4c9cfab7f5b7ff5a.zip cpython-b7a78ca74ab539943ab11b5c4c9cfab7f5b7ff5a.tar.gz cpython-b7a78ca74ab539943ab11b5c4c9cfab7f5b7ff5a.tar.bz2 |
bpo-40517: Implement syntax highlighting support for ASDL (GH-19967)
Diffstat (limited to 'Doc/library/ast.rst')
-rw-r--r-- | Doc/library/ast.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index fc04114..6c6ad01 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -35,7 +35,7 @@ Abstract Grammar The abstract grammar is currently defined as follows: .. literalinclude:: ../../Parser/Python.asdl - :language: none + :language: asdl Node classes |