summaryrefslogtreecommitdiffstats
path: root/Doc/library/ast.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2020-05-06 05:33:55 (GMT)
committerGitHub <noreply@github.com>2020-05-06 05:33:55 (GMT)
commiteff870b618ca6f6b7a60a271f15af7e54b8a1b97 (patch)
tree7f7798c3f7ef5c476705bf2fdb349adddf14c354 /Doc/library/ast.rst
parentd60040ba226bd2e3b6f58d074015aa2499dc1cb8 (diff)
downloadcpython-eff870b618ca6f6b7a60a271f15af7e54b8a1b97.zip
cpython-eff870b618ca6f6b7a60a271f15af7e54b8a1b97.tar.gz
cpython-eff870b618ca6f6b7a60a271f15af7e54b8a1b97.tar.bz2
Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (#19950)
This reverts commit d60040ba226bd2e3b6f58d074015aa2499dc1cb8.
Diffstat (limited to 'Doc/library/ast.rst')
-rw-r--r--Doc/library/ast.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst
index 6c6ad01..fc04114 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: asdl
+ :language: none
Node classes