diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-07-27 13:27:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 13:27:56 +0200 |
commit | bd9fc75768512c1149b2b24f579d144608ffd9b3 (patch) | |
tree | 207fe18217cff75a257e274eaca88bf00f005049 /doc | |
parent | 08d3d06ed7bdfbc24ce8a2d5ec79567000f8849f (diff) | |
parent | c71e189efd63b3875904d8fe2b8a030e68919aad (diff) |
Merge pull request #40706 from akien-mga/style-fix-file_format-macos
Fix code format scripts compat with non-GNU Unices
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/EditorTranslationParserPlugin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorTranslationParserPlugin.xml b/doc/classes/EditorTranslationParserPlugin.xml index a40ef45916..d40fc558de 100644 --- a/doc/classes/EditorTranslationParserPlugin.xml +++ b/doc/classes/EditorTranslationParserPlugin.xml @@ -35,7 +35,7 @@ func get_recognized_extensions(): - return ["gd"] + return ["gd"] [/codeblock] </description> <tutorials> |