summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-12-17 19:23:14 (GMT)
committerGitHub <noreply@github.com>2023-12-17 19:23:14 (GMT)
commit32d87a88994c131a9f3857d01ae7c07918577a55 (patch)
tree3eab9909c0c4baa8602d05e965e7bfb7cddc3f6b
parentcfa25fe3e39e09612a6ba8409c46cf35a091de3c (diff)
downloadcpython-32d87a88994c131a9f3857d01ae7c07918577a55.zip
cpython-32d87a88994c131a9f3857d01ae7c07918577a55.tar.gz
cpython-32d87a88994c131a9f3857d01ae7c07918577a55.tar.bz2
Docs: Add label to grammar spec for linking from PEPs (#113235)
-rw-r--r--Doc/reference/grammar.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/reference/grammar.rst b/Doc/reference/grammar.rst
index bc1db7b..b9cca44 100644
--- a/Doc/reference/grammar.rst
+++ b/Doc/reference/grammar.rst
@@ -1,3 +1,5 @@
+.. _full-grammar-specification:
+
Full Grammar specification
==========================