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