diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index 04aac298e55..edf8f507f0c 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -687,8 +687,10 @@
+
+
- At the moment this function is only used by the AudioDriverOpenSL to request permission for RECORD_AUDIO on Android.
+ At the moment this function is only used by [code]AudioDriverOpenSL[/code] to request permission for [code]RECORD_AUDIO[/code] on Android.
diff --git a/doc/tools/makerst.py b/doc/tools/makerst.py
index 4b5785f6040..40dde48432d 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 += ' **)**'