You've already forked godot
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:
@@ -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 += ' **)**'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user