summaryrefslogtreecommitdiff
path: root/doc/tools/makerst.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tools/makerst.py')
-rwxr-xr-xdoc/tools/makerst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools/makerst.py b/doc/tools/makerst.py
index 4b5785f604..40dde48432 100755
--- a/doc/tools/makerst.py
+++ b/doc/tools/makerst.py
@@ -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 += ' **)**'