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 += ' **)**'