1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

doc: Fix style for vararg in makerst

This commit is contained in:
Rémi Verschelde
2019-03-10 11:28:09 +01:00
parent 7052ddd706
commit 61771ad39b
2 changed files with 4 additions and 2 deletions

View File

@@ -954,7 +954,7 @@ def make_method_signature(class_def, method_def, make_ref, state): # type: (Cla
if len(method_def.parameters) > 0:
out += ', ...'
else:
out += '...'
out += ' ...'
out += ' **)**'