Browse Source

Makerst: Remove redundant GDScript from code blocks

Johannes Witt 4 years ago
parent
commit
fa573efa1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/tools/makerst.py

+ 1 - 1
doc/tools/makerst.py

@@ -842,7 +842,7 @@ def rstize_text(text, state):  # type: (str, State) -> str
                 inside_code = True
                 inside_code = True
             elif cmd == "gdscript":
             elif cmd == "gdscript":
                 tag_depth += 1
                 tag_depth += 1
-                tag_text = "\n .. code-tab:: gdscript GDScript\n"
+                tag_text = "\n .. code-tab:: gdscript\n"
                 inside_code = True
                 inside_code = True
             elif cmd == "csharp":
             elif cmd == "csharp":
                 tag_depth += 1
                 tag_depth += 1