summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohannes Witt <johawitt@outlook.de>2021-07-12 12:57:31 +0200
committerJohannes Witt <johawitt@outlook.de>2021-07-12 12:57:31 +0200
commitfa573efa1c34669a60310e1a6de327dd279e28b6 (patch)
treeb0235790634c657330553c7055893c643584d110 /doc
parent9d4afa8b75f8db5ac039d6964c3e523119b750ca (diff)
Makerst: Remove redundant GDScript from code blocks
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/tools/makerst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools/makerst.py b/doc/tools/makerst.py
index 87c79048d8..9be7751d3d 100755
--- a/doc/tools/makerst.py
+++ b/doc/tools/makerst.py
@@ -842,7 +842,7 @@ def rstize_text(text, state): # type: (str, State) -> str
inside_code = True
elif cmd == "gdscript":
tag_depth += 1
- tag_text = "\n .. code-tab:: gdscript GDScript\n"
+ tag_text = "\n .. code-tab:: gdscript\n"
inside_code = True
elif cmd == "csharp":
tag_depth += 1